Q8.8 fixed-point number (16-bit)
Q26.6 fixed-point number (32-bit)
Q2.14 fixed-point number (16-bit)
Q2.6 fixed-point number (8-bit)
Q16.16 fixed-point number (32-bit)
Q32.32 fixed-point number (64-bit)
Computes the nearest integer value greater than the given value.
Computes the nearest integer value lower than the given value.
Gets the fractional part of the value.
Computes the nearest integer value lower in magnitude than the given value.
Fixed-point math type, fractional bits can be specified, but by default is split evenly; eg Fixed!int will be Q16.16
Nulib Fixed Point Math