exp
ABSTRACT
Calculates E to the power of the input value x
PARAMETERS
x | the input value which will be treated as the exponent |
RETURN
e to the power of the input
DECLARATION
func exp(x)
Calculates E to the power of the input value x
x | the input value which will be treated as the exponent |
e to the power of the input
func exp(x)