NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
Go to the source code of this file.
Namespaces | |
namespace | fast_float |
namespace | fast_float::detail |
Functions | |
void | fast_float::detail::trim (decimal &h) |
uint32_t | fast_float::detail::number_of_digits_decimal_left_shift (const decimal &h, uint32_t shift) |
uint64_t | fast_float::detail::round (decimal &h) |
void | fast_float::detail::decimal_left_shift (decimal &h, uint32_t shift) |
void | fast_float::detail::decimal_right_shift (decimal &h, uint32_t shift) |
template<typename binary > | |
adjusted_mantissa | fast_float::compute_float (decimal &d) |
template<typename binary > | |
adjusted_mantissa | fast_float::parse_long_mantissa (const char *first, const char *last, parse_options options) |