Template Function librapid::isInf(const __gmp_expr<A, B>&)#

Function Documentation#

template<typename A, typename B>
bool librapid::isInf(const __gmp_expr<A, B> &val) noexcept#

Returns true if the passed value is infinite. Note: MPIR does not support Inf, so we can probably just return false

Template Parameters
  • A

  • B

Parameters

val – The value to check