Function Karana::Math::isNaNWithPayload#
Defined in File Defs.h
Function Documentation#
-
bool Karana::Math::isNaNWithPayload(const double &candidate, uint64_t payload)#
Whether a double is a NaN with a given mantissa payload.
- Parameters:
candidate – The candidate double to check.
payload – The payload to check for.
- Returns:
Whether candidate is a NaN with the given payload.