Function: E
Function: E

Function: E

E ( )

Returns the constant e (Euler's constant).

Parameters

No Parameters

Returns

VALUE(FLOAT) The value of e.

What It Does

This function returns the constant e which equals roughly 2.718281828459045.


	a = e();       // a = 2.718281828459045

Additional Technical Notes

The return value of this function relies on the TAME implementation's value for e. While the value of e is pretty much matematically set-in-stone, this may not be the case for certain platforms or engine implementations, and can vary slightly between them.

×

Modal Header