Function

Gst-1.0Gstutil_fraction_multiply

  • Multiplies the fractions a_n/a_d and b_n/b_d and stores the result in res_n and res_d.

    Parameters

    • a_n: number

      Numerator of first value

    • a_d: number

      Denominator of first value

    • b_n: number

      Numerator of second value

    • b_d: number

      Denominator of second value

    Returns [boolean, number, number]

    false on overflow, true otherwise.