![]() |
WPILibC++ 2027.0.0-alpha-5
|
Functions | |
| void | GetCachedPowerForBinaryExponentRange (int min_exponent, int max_exponent, DiyFp *power, int *decimal_exponent) |
| void | GetCachedPowerForDecimalExponent (int requested_exponent, DiyFp *power, int *found_exponent) |
Variables | |
| static const int | kDecimalExponentDistance = 8 |
| static const int | kMinDecimalExponent = -348 |
| static const int | kMaxDecimalExponent = 340 |
| void wpi::double_conversion::PowersOfTenCache::GetCachedPowerForBinaryExponentRange | ( | int | min_exponent, |
| int | max_exponent, | ||
| DiyFp * | power, | ||
| int * | decimal_exponent ) |
| void wpi::double_conversion::PowersOfTenCache::GetCachedPowerForDecimalExponent | ( | int | requested_exponent, |
| DiyFp * | power, | ||
| int * | found_exponent ) |
|
static |
|
static |
|
static |