//ERDDAP/com.cohort.util/ScriptMath2/ten
ten
[JVM]
open fun ten(toThe: Int): Double
This returns an integer power of ten. It uses Ten[] when possible for increased speed. It is protected against errors. It returns Double.POSITIVE_INFINITY if trouble.
Return
10^toThe
Parameters
JVM
toThe | the number that ten is to be raised to the power of |