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

Prev:e^ ( x -- e^x )
Next:log ( x -- y )


Vocabulary
math.functions

Inputs
arga real number


Outputs
za complex number on the unit circle


Word description
Computes a point on the unit circle using Euler's formula for e^(arg*i).

See also
e^

Definition