WPILibC++ 2023.4.3-108-ge5452e3
dragonbox Namespace Reference

Classes

struct  decimal_fp
 
struct  float_info
 
struct  float_info< double >
 
struct  float_info< float >
 
struct  float_info< T, enable_if_t< is_double_double< T >::value > >
 
struct  float_info< T, enable_if_t< std::numeric_limits< T >::digits==64||std::numeric_limits< T >::digits==113||is_float128< T >::value > >
 

Functions

template<typename T >
FMT_API auto to_decimal (T x) noexcept -> decimal_fp< T >
 

Function Documentation

◆ to_decimal()

template<typename T >
FMT_API auto dragonbox::to_decimal ( x) -> decimal_fp< T >
noexcept