Function Karana::Math::isNotReadyNaN#
Defined in File Defs.h
Function Documentation#
-
bool Karana::Math::isNotReadyNaN(const double &candidate)#
Whether a double is a NaN indicating a not ready value.
- Parameters:
candidate – The candidate double to check.
- Returns:
Whether candidate is a NaN indicating a not ready value.