Module dashu::integer::ops

source ·
Expand description

Re-exported relevant operator traits from dashu-base

Traits§

  • Absolute value.
  • Bit query for integers
  • Compute the cubic root of the number.
  • Computer the floored cubic root of the number and return the remainder at the same time.
  • Compute Euclidean quotient.
  • Compute quotient and remainder at the same time.
  • Compute quotient inplace and return remainder at the same time.
  • Compute Euclidean quotient and remainder at the same time.
  • Fast estimation of the binary logarithm of a number
  • Compute the greatest common divisor between self and the other operand, and return both the common divisor g and the Bézout coefficients respectively.
  • Compute the greatest common divisor.
  • Functions related to the power of two.
  • Compute Euclidean remainder.
  • Compute the square root of the number.
  • Computer the floored square root of the number and return the remainder at the same time.
  • Unsigned absolute value.