CNL
2.0.2 (development)
Compositional Numeric Library
|
definition of cnl::scaled_integer
type
More...
#include "../../integer.h"
#include "../scaled/definition.h"
#include "../scaled/is_scaled_tag.h"
#include "../scaled/is_tag.h"
#include "../wrapper.h"
#include <algorithm>
Go to the source code of this file.
Namespaces | |
cnl | |
compositional numeric library | |
Typedefs | |
template<integer Rep = int, class Scale = power<>> | |
using | cnl::scaled_integer = _impl::wrapper< Rep, Scale > |
literal real number approximation that uses fixed-point arithmetic More... | |
definition of cnl::scaled_integer
type