fp.new_unscaled
Creates a new fixed point instance with the specified unscaled magnitude and sign.
Args
mag
(MAG
) - The unscaled magnitude of the fixed point. sign
(bool
) - The sign of the fixed point, where true
represents a negative number.
Returns
A new fixed point instance.
Examples
Last updated