Function <exp>

Synopsis

<exp> computes the base-e exponential function.

Arguments

<exp> takes zero or one argument: x.

Return Values

<exp> returns the value of e (the base of natural logarithms) raised to the power of its argument (or just e if no argument is supplied). If the argument does not evaluate to a finite number, <exp> returns an indeterminate result.

Example 5. 

<libxexpr:exp>2</libxexpr:exp> ≅ <float>7.389</float>