|
LSLOpt
1.0
|
Scalar for double values.
More...
#include <ScalarTraits.hpp>
Static Public Member Functions | |
| static constexpr double | epsilon () |
Machine epsilon for double. | |
| static constexpr double | infinity () |
Infinity value for double. | |
| static constexpr double | nan () |
NaN value for double. | |
| static bool | is_nan (const double &d) |
| Check if value is NaN. More... | |
Scalar for double values.
|
inlinestatic |
Check if value is NaN.
| d | Value for NaN checking. |
1.8.13