Command Reference
:
Function Reference
:
Function Reference: E
exp
Element Functions
Exponential function
.
Syntax:
exp
(
x
)
x:
number
Return: number
Returns
.
Examples
= exp(1)
returns 2.71828....
Cross-references
See also
@exp
and
@expm1
.