API Documentation
|
#include <NDEVR/BaseValues.h>
#include <NDEVR/Angle.h>
#include <cmath>
Go to the source code of this file.
Classes | |
class | NumberParser |
Namespaces | |
namespace | NDEVR |
Functions | |
template<class t_type > | |
constexpr uint04 | MaxDigits () |
For a given number type, returns the maximum number of digits the number type can represent. | |
template<> | |
constexpr uint04 | MaxDigits< sint01 > () |
template<> | |
constexpr uint04 | MaxDigits< sint02 > () |
template<> | |
constexpr uint04 | MaxDigits< sint04 > () |
template<> | |
constexpr uint04 | MaxDigits< sint08 > () |
template<> | |
constexpr uint04 | MaxDigits< uint01 > () |
template<> | |
constexpr uint04 | MaxDigits< uint02 > () |
template<> | |
constexpr uint04 | MaxDigits< uint04 > () |
template<> | |
constexpr uint04 | MaxDigits< uint08 > () |
Variables | |
constexpr const fltp08 | fast_atof_table [20] |
Data for quick text to number lookup. | |