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

Prev:>polar ( z -- abs arg )


Vocabulary
math.functions

Inputs
absa non-negative real number
arga real


Outputs
za number


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

Definition