Definitions of the SPL float types. More...
Namespaces |
|
SPL | |
C++ classes for writing operators. |
|
Typedefs |
|
using | SPL::float32 = float |
using | SPL::float64 = double |
Functions |
|
std::ostream & | SPL::serializeWithPrecision (std::ostream &s, float32 const &v) |
std::ostream & | SPL::serializeWithPrecision (std::ostream &s, float64 const &v) |
void | SPL::deserializeWithSuffix (std::istream &s, float32 &v) |
void | SPL::deserializeWithSuffix (std::istream &s, float64 &v) |
void | SPL::deserializeWithNanAndInfs (std::istream &s, float32 &v, bool withSuffix=false) |
void | SPL::deserializeWithNanAndInfs (std::istream &s, float64 &v, bool withSuffix=false) |
Definitions of the SPL float types.