next | previous | forward | backward | up | top | index | toc | home

abs -- absolute value function

Synopsis

Description

abs x computes the absolute value of x.
i1 : abs(-pi)

o1 = 3.14159

o1 : RR