No Parameters
VALUE(FLOAT) | The value of e. |
This function returns the constant e which equals roughly 2.718281828459045.
a = e(); // a = 2.718281828459045
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.