//ERDDAP/com.cohort.util/ScriptMath2/frac
frac
[JVM]
open fun frac(d: Double): Double
This returns the fraction part of a double. The return value will be the same sign as d. d=trunc(d)+frac(d);
Return
the fractional part of d
Parameters
JVM
d | a double |