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