M.N fixed point integer. Only signed integers are supported. Only supports basic arithmetic. If M + N > 32, then wide integers are used and this will likely be slow.
M | number of bits before the mark, M > 0 |
N | number of bits after the mark, N > 0 |
Construct with an assignable value.
Construct with an assignable value.
abs() function for fixed-point numbers.