VR-Vantage 3.1 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Functions
strtod.h File Reference

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 >
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, size_t length, size_t decimalPosition, int exp, double *result)
double internal::StrtodBigInteger (double approx, const char *decimals, size_t length, size_t decimalPosition, int exp)
double internal::StrtodFullPrecision (double d, int p, const char *decimals, size_t length, size_t decimalPosition, int exp)


Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)