//ERDDAP/com.cohort.util/ScriptMath/copySign
copySign
[JVM]
open fun copySign(magnitude: Double, sign: Double): Double
open fun copySign(magnitude: Float, sign: Float): Float
Returns the first floating-point argument with the sign of the second floating-point argument.