abs ( x -- y )
Factor handbook » The language » Numbers » Mathematical functions » Powers and logarithms

Prev:nth-root ( n x -- y )
Next:absq ( x -- y )


Vocabulary
math

Inputs
xa number


Outputs
ya non-negative real number


Word description
Computes the absolute value of a number.

See also
absq

Definition


Methods