Go to: Return value. Related commands. Examples.

Synopsis

exp <float>

If the given value is x.
This command returns the exponential function of x, ex

Also available:
expm1 : Returns exp(x) - 1.

Return value

float

Related commands

pow, sqrt, log

Examples

 
	exp 4;
	// Result: 54.59815003 //