munum - v0.3.0
    Preparing search index...

    Function copysign

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

      Parameters

      • a: number
      • b: number

      Returns number