e^ ( x -- e^x )
Factor handbook » The language » Numbers » Mathematical functions » Powers and logarithms

Prev:sqrt ( x -- y )
Next:cis ( arg -- z )


Vocabulary
math.functions

Inputs
xa number


Outputs
e^xa number


Word description
Exponential function, raises e to the power of x.

See also
cis

Definition


Methods