Description
Constant function. Returns the value of e.
Return Type
Number
Example
number a = e(); print("a= " + a);
Prints: a= 2.718281828459045;
See also
Constant function. Returns the value of e.
Number
number a = e(); print("a= " + a);
Prints: a= 2.718281828459045;