1. Re: An useful addition to sort.e
- Posted by Juergen Luethje <j.lue at gmx.??> Aug 01, 2007
- 467 views
Matt Lewis wrote: > Juergen Luethje wrote: > > > > but then I realized that (at least in my current program) > > }}} <eucode> > > reverse(sort(s)) > > </eucode> {{{ > > was faster. Would it make sense to add a separate say 'sort_desc()' > > function to sort.e? > > I've often coded: > }}} <eucode> > s = - sort( -s ) > </eucode> {{{ > > Matt Wow, this is coooool. Thanks, Matt!!! Regards, Juergen