>polar ( z -- abs arg )
Factor handbook » The language » Numbers » Mathematical functions » Powers and logarithms

Prev:arg ( z -- arg )
Next:polar> ( abs arg -- z )


Vocabulary
math.functions

Inputs
za number


Outputs
absa non-negative real number
arga number in the interval (-pi,pi]


Word description
Converts a complex number into an absolute value and argument (polar form).

Definition