Negate the extended fixed point number
Equations
- One or more equations did not get rendered due to their size.
Instances For
Negate a floating-point number, by conversion to a fixed-point number.
Instances For
Negate a floating-point number, by flipping the sign bit.
This implements the same function as negfixed
, but is much simpler.