|
Fixed Point Arithmetic
0
Fixed-point math library.
|
Macros | |
| #define | MFRAC_1_V (INT16_MAX >> 8) |
| mfrac representing 1. More... | |
| #define | MFRAC_minus1_V (INT16_MIN >> 8) |
| mfrac representing -1. More... | |
| #define | MFRAC_MAX_V INT16_MAX |
| Maximum (most positive) value for a frac. More... | |
| #define | MFRAC_MIN_V INT16_MIN |
| Minimum (most negative) value for a frac. More... | |
| #define MFRAC_MAX_V INT16_MAX |
| #define MFRAC_MIN_V INT16_MIN |
1.8.15