HIPO  4.3.0
High Performance Output data format for experimental physics
constants.h File Reference

Mathematical and numeric constants for the ASCII chart library. More...

#include <limits>

Go to the source code of this file.

Namespaces

 ascii
 

Variables

constexpr double ascii::kPI = 3.14159265358979323846
 The mathematical constant pi (3.141592653589793). More...
 
constexpr double ascii::kDoubleNotANumber = std::numeric_limits<double>::quiet_NaN()
 Double value representing "Not a Number" (NaN). More...
 
constexpr double ascii::kDoubleInfinity = (std::numeric_limits<double>::infinity)()
 Double value representing positive infinity. More...
 
constexpr double ascii::kDoubleNegInfinity
 Double value representing negative infinity. More...
 

Detailed Description

Mathematical and numeric constants for the ASCII chart library.

Definition in file constants.h.