Function exp()

← Back to Module math



Module math → exp()

Description

Calculate base-e exponential function of x. exp(x) = ex

exp(x)


Parameters


Return Value


Usage Example

exp(2)   ' Returns 7.38906