Module fixed_decimal::ops
source · Expand description
Int operations that are not yet in the standard library.
Functions§
- Computes
a - b
wherea >= b
. - Computes
a - b
wherea
is signed andb
is unsigned.
Int operations that are not yet in the standard library.
a - b
where a >= b
.a - b
where a
is signed and b
is unsigned.