MulSF30

Multiplies two 2.30 fractions.

Synopsis

frac30 MulSF30( frac30 m1, frac30 m2 )

Description

This function multiplies two 2.30 fractions together and returns the 2.30 resulting product. The lower bits of the result are truncated.

Arguments

m1, m2 The multiplicands.

Return Value

The function returns the product of the two arguments.

Implementation

Folio call implemented in operamath V20.

Associated Files

operamath.h, operamath.lib

Caveats

The function does not detect overflows.

See Also

Mul32(), Mul64(), MulS32_64(), MulU32_64(), MulF14(), MulSF16(), MulUF16(), MulSF16_F32(), MulUF16_F32(), MulSF30_F60(), MulUF30_F60()