Composes a float from the magnitude of a and the sign of b, i.e. copysign(a, b) = sgn(b)|a|.
Generated using TypeDoc
Composes a float from the magnitude of a and the sign of b, i.e. copysign(a, b) = sgn(b)|a|.