|
Celeritas 0.7.0-dev.163+develop.522ddd47e
|
Static Public Member Functions | |
| static CELER_CONSTEXPR_FUNCTION double | epsilon () |
| Relative difference between 1 and adjacent floating point number. | |
| static CELER_CONSTEXPR_FUNCTION double | lowest () |
| Most negative finite value. | |
| static CELER_CONSTEXPR_FUNCTION double | min () |
| Smallest positive value. | |
| static CELER_CONSTEXPR_FUNCTION double | max () |
| Largest finite value. | |
| static CELER_CONSTEXPR_FUNCTION double | quiet_NaN () |
| Special value for not-a-number (always compares false) | |
| static CELER_CONSTEXPR_FUNCTION double | infinity () |
| Special positive infinite value. | |