|
Electroneum
|
#include "ieee754.h"#include "biginteger.h"#include "diyfp.h"#include "pow10.h"#include <climits>#include <limits>

Go to the source code of this file.
Namespaces | |
| namespace | internal |
Functions | |
| double | internal::FastPath (double significand, int exp) |
| double | internal::StrtodNormalPrecision (double d, int p) |
| template<typename T> | |
| T | internal::Min3 (T a, T b, T c) |
| int | internal::CheckWithinHalfULP (double b, const BigInteger &d, int dExp) |
| bool | internal::StrtodFast (double d, int p, double *result) |
| bool | internal::StrtodDiyFp (const char *decimals, int dLen, int dExp, double *result) |
| double | internal::StrtodBigInteger (double approx, const char *decimals, int dLen, int dExp) |
| double | internal::StrtodFullPrecision (double d, int p, const char *decimals, size_t length, size_t decimalPosition, int exp) |