Re: abs function
- Posted by "Graeme." <hmi at POWERUP.COM.AU> Sep 02, 1998
- 574 views
This one works with sequences too. function abs(object x) return x*(x>=0)-x*(x<0) end function Graeme. ----------------------------------------------------
This one works with sequences too. function abs(object x) return x*(x>=0)-x*(x<0) end function Graeme. ----------------------------------------------------