#include <format.h>
Public Member Functions | |
template<typename Float , FMT_ENABLE_IF(!is_double_double< Float >::value) > | |
FMT_CONSTEXPR auto | assign (Float n) -> bool |
template<typename Float , FMT_ENABLE_IF(is_double_double< Float >::value) > | |
FMT_CONSTEXPR auto | assign (Float n) -> bool |
constexpr | basic_fp () |
template<typename Float > | |
FMT_CONSTEXPR | basic_fp (Float n) |
constexpr | basic_fp (uint64_t f_val, int e_val) |
Public Attributes | |
int | e |
F | f |
Static Public Attributes | |
static constexpr const int | num_significand_bits |
|
inlineconstexpr |
|
inlineconstexpr |
|
inline |
|
inline |
|
inline |
int detail::basic_fp< F >::e |
F detail::basic_fp< F >::f |
|
staticconstexpr |