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

Function Documentation#

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

Returns true if the input value is finite

Template Parameters

T – The type of the value

Parameters

val – The value to check

Returns

True if the value is finite,