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

Function Documentation#

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

Returns true if the input value is infinite

Template Parameters

T – The type of the value

Parameters

val – The value to check

Returns

True if the value is infinite,