//ERDDAP/com.cohort.util/ScriptMath/pow
pow
[JVM]
open fun pow(a: Double, b: Double): Double
Returns the value of the first argument raised to the power of the second argument.
//ERDDAP/com.cohort.util/ScriptMath/pow
[JVM]
open fun pow(a: Double, b: Double): Double
Returns the value of the first argument raised to the power of the second argument.