![]() |
WPILibC++ 2027.0.0-alpha-5
|
#include "wpi/double-conversion/utils.h"Go to the source code of this file.
Namespaces | |
| namespace | wpi |
| namespace | wpi::double_conversion |
Enumerations | |
| enum | wpi::double_conversion::FastDtoaMode { wpi::double_conversion::FAST_DTOA_SHORTEST , wpi::double_conversion::FAST_DTOA_SHORTEST_SINGLE , wpi::double_conversion::FAST_DTOA_PRECISION } |
Functions | |
| bool | wpi::double_conversion::FastDtoa (double d, FastDtoaMode mode, int requested_digits, Vector< char > buffer, int *length, int *decimal_point) |
Variables | |
| static const int | wpi::double_conversion::kFastDtoaMaximalLength = 17 |
| static const int | wpi::double_conversion::kFastDtoaMaximalSingleLength = 9 |