CNL
2.0.2 (development)
Compositional Numeric Library
|
tag representing the scaling of an integer by a fixed factor More...
#include <cnl/scaled_integer.h>
Static Public Attributes | |
constexpr static int | exponent = Exponent |
value of template parameter, Exponent | |
constexpr static int | radix = Radix |
value of template parameter, Radix | |
tag representing the scaling of an integer by a fixed factor
Exponent | the exponent used to scale the integer value; defaults to 0 |
Radix | the base used to scale the integer value; defaults to 2 |