< Futurebasic < Language < Reference
EXP function
EXP
Statement
✔ Appearance ✔ Standard ✔ Console
Syntax
result# = EXP(expr)
Description
Returns the value of the transcendental number "e" raised to the power of expr
. The number "e" is the base of natural logarithms, and is approximately equal to 2.718281828. The EXP
function is used extensively in probability theory and in applied sciences.
EXP
is the inverse of the LOG
function; that is: EXP(LOG(x))
equals x
. EXP
always returns a double-precision result.
See Also
LOG; LOG10; LOG2
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.