|
Harlinn.Windows 0.1
|
#include <Math.h>
Public Types | |
| using | value_type = T |
| using | ValueType = T |
Public Member Functions | |
| constexpr | CompensatedFloat (ValueType v, ValueType err=0) noexcept |
| constexpr | operator float () const noexcept |
| constexpr | operator double () const noexcept |
| std::string | ToString () const |
Public Attributes | |
| ValueType | v {} |
| ValueType | err {} |
| using Harlinn::Math::CompensatedFloat< T >::value_type = T |
| using Harlinn::Math::CompensatedFloat< T >::ValueType = T |
|
inlineconstexprnoexcept |
|
inlineexplicitconstexprnoexcept |
|
inlineexplicitconstexprnoexcept |
| std::string Harlinn::Math::CompensatedFloat< T >::ToString | ( | ) | const |
| ValueType Harlinn::Math::CompensatedFloat< T >::err {} |
| ValueType Harlinn::Math::CompensatedFloat< T >::v {} |