CDL - EVAL: Difference between revisions

1 byte added ,  13:43, 11 June 2021
m
Line 40: Line 40:
It is implemented as the JavaScript function ''Math.log''.
It is implemented as the JavaScript function ''Math.log''.


=== EXP ==
=== EXP ===
The EXP function provides the power function for the base of the Euler number e.
The EXP function provides the power function for the base of the Euler number e.
It is implemented as the JavaScript ''Math.exp''.
It is implemented as the JavaScript ''Math.exp''.