//ERDDAP/com.cohort.util/ScriptMath/abs
abs
[JVM]
open fun abs(a: Double): Double
Returns the absolute value of a double value.
[JVM]
open fun abs(a: Float): Float
Returns the absolute value of a float value.
[JVM]
open fun abs(a: Int): Int
Returns the absolute value of an int value.
[JVM]
open fun abs(a: Long): Long
Returns the absolute value of a long value.