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

4 lines
27 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
rd(v)={
vecsort(v,,8)
};