CDL - EVAL: Difference between revisions

No change in size ,  16:33, 21 February 2023
m
mNo edit summary
 
Line 34: Line 34:
     PLOT ALL AverageTemp EVAL [ SUM(AverageTemp-5) ] colour green Axis DegreeDays
     PLOT ALL AverageTemp EVAL [ SUM(AverageTemp-5) ] colour green Axis DegreeDays
   EndChart
   EndChart


=== LN ===
=== LN ===
Line 43: Line 42:
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''.


[[Category:CumulusUtils]]
[[Category:CumulusUtils]]