![]() |
WPILibC++ 2027.0.0-alpha-5
|
#include "wpi/double-conversion/diy-fp.h"Go to the source code of this file.
Namespaces | |
| namespace | wpi |
| namespace | wpi::double_conversion |
| namespace | wpi::double_conversion::PowersOfTenCache |
Functions | |
| 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) |
Variables | |
| static const int | wpi::double_conversion::PowersOfTenCache::kDecimalExponentDistance = 8 |
| static const int | wpi::double_conversion::PowersOfTenCache::kMinDecimalExponent = -348 |
| static const int | wpi::double_conversion::PowersOfTenCache::kMaxDecimalExponent = 340 |