//ERDDAP/com.cohort.util/ScriptMath
ScriptMath
[JVM]
open class ScriptMath
This class makes almost all of the static methods in java.lang.Math accessible to JexlScript scripts as "Math.name()" methods.
Author
Bob Simons (was bob.simons@noaa.gov, now BobSimons2.00@gmail.com) 2019-11-14
Constructors
ScriptMath | [JVM] constructor() |
Properties
Name | Summary |
---|---|
E | [JVM] val E: Double = 2.718281828459045 The double value that is closer than any other to e, the base of the natural logarithms. |
PI | [JVM] val PI: Double = 3.141592653589793 The double value that is closer than any other to pi, the ratio of the circumference of a circle to its diameter. |