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

Prev:abs ( x -- y )
Next:arg ( z -- arg )


Vocabulary
math.functions

Inputs
xa number


Outputs
ya non-negative real number


Word description
Computes the squared absolute value of a number. For complex numbers this is marginally more efficient than abs.

Definition


Methods