RosettaCodeData/Task/Remove-duplicate-elements/PARI-GP/remove-duplicate-elements.parigp

4 lines
27 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
rd(v)={
vecsort(v,,8)
};