CDL - EVAL: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
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''.