//ERDDAP/com.cohort.util/ScriptMath2/fEps
fEps
[JVM]
val fEps: Float = 1.0E-5f
Eps values define small values that are suitable for quick tests if the difference between two values is close to the precision of of the data type. epsilon for floats=fEps=1e-5f