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

Function Documentation#

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

Extract the sign bit of a value

Template Parameters
  • A

  • B

Parameters

val – The value to extract the sign bit from

Returns

The sign bit of the value