Handbook
Glossary
polar> ( abs arg -- z )
Factor handbook
»
The language
»
Numbers
»
Mathematical functions
»
Powers and logarithms
Prev:
>polar ( z -- abs arg )
Vocabulary
math
.
functions
Inputs
abs
a non-negative real number
arg
a
real
Outputs
z
a
number
Word description
Converts an absolute value and argument (polar form) to a complex number.
Definition
USING:
math
;
IN:
math.functions
:
polar>
( abs arg -- z )
cis
*
;
inline