fixed_point (deprecated)
rev.2
Binary Fixed-Point Arithmetic Library in C++
|
▼Nsg14 | Study group 14 of the C++ working group |
Cconst_integer | Compile-time-only integer type like a std::integral_constant with arithmetic support |
Celastic_integer | Literal integer type that encodes its width in bits within its type |
Cfixed_point | Literal real number approximation that uses fixed-point arithmetic |