Template Function librapid::isNaN(const T&)#

Function Documentation#

template<typename T>
bool librapid::isNaN(const T &val) noexcept#

Returns true if the input value is NaN

Template Parameters

T – The type of the value

Parameters

val – The value to check

Returns

True if the value is NaN, false otherwise