To calculate the natural exponential function
The function calculates the exponential function of a number based on Euler's number and is therefore called the natural exponential function.
exp(number)
number
exp(x)
To calculate the power to the base e (e is the Euler's number) with a number x as an exponent.
Result: 2.718281828459045 (the Euler’s number)
Result: 1
Result: 20.085536923187668
ln
, which calculates the natural logarithm of a number.