//ERDDAP/com.cohort.util/ScriptString2/genX10Format10
genX10Format10
[JVM]
open fun genX10Format10(d: Double): String
This is like genEFormat10, but the scientific notation format is, e.g., 8.9509484321x10^-5.
Return
the number converted to a string
Parameters
JVM
d | a number |