-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
Modulo
Reading time: 1minThe modulo or modulus operation finds the remainder after division of one number by another.
Syntax
Integer mod Integer
Fraction mod Integer
Description
Given two integers a and m, returns the remainder of the division a/m
Given a fraction a/b and an integer m, returns a·b-1 mod m, as long as b is invertible modulo m.