Division: integer and modulo

Modulo division: a / b

a * b = 1 --> a/b = 1

  • Multiplication by the inverse modulo p

  • Or, multiplication by the multiplicative inverse

Integer Division: a \ b

  • Returns quotient of the integer division

Last updated

Was this helpful?