Lingo Dictionary > D-F > exp() |
![]() ![]() ![]() |
exp()
Syntax
(
integerOrFloat
).exp
exp(
integerOrFloat
)
Description
Function; calculates e, the natural logarithm base, to the power specified by integerOrFloat
.
Example
The following statement calculates the value of e to the exponent 5:
put (5).exp -- 148.4132
![]() ![]() ![]() |