- :integer
- :floating
abs
get the absolute value for given integer
Parameters
abs value :integer :floating :complex :rational
Returns
Examples
copyprint abs 6 ; 6 print abs 6-7 ; 1
copyabs to :complex @[pi 1] ; => 3.296908309475615
abs value :integer :floating :complex :rational
copyprint abs 6 ; 6 print abs 6-7 ; 1
copyabs to :complex @[pi 1] ; => 3.296908309475615