The EXP
command is a mathematical function that calculates the natural
exponential of a number. In other words, it raises Napier's number (e = 2.71828)
to the specified power.
The EXP
function has numerous applications in mathematics, science,
and engineering. It is used to describe phenomena that grow at a rate
proportional to the amount present, such as population growth or
radioactive decay. The natural exponential is closely related to
trigonometric functions and can be used to calculate them.
Many differential equations have solutions that involve the
natural exponential, and it appears in many probability distributions,
such as the exponential distribution and the normal distribution.
Noe that EXP
function is defined only for FLOAT
numbers.
= EXP(number)
x = EXP(21)
If you have found a problem with this keyword, if you think there is a bug or, more
simply, you would like it to be improved, open an issue for this example on GitHub.
Thank you!
open an issue
BACK TO KEYWORDS