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 () |
template<> | |
constexpr uint04 | maxDigits< uint01 > () |
template<> | |
constexpr uint04 | maxDigits< sint01 > () |
template<> | |
constexpr uint04 | maxDigits< uint02 > () |
template<> | |
constexpr uint04 | maxDigits< sint02 > () |
template<> | |
constexpr uint04 | maxDigits< uint04 > () |
template<> | |
constexpr uint04 | maxDigits< sint04 > () |
template<> | |
constexpr uint04 | maxDigits< sint08 > () |
template<> | |
constexpr uint04 | maxDigits< uint08 > () |
Variables | |
const fltp08 | fast_atof_table [20] |