The set of integers, denoted as Z, or the set of integers modulo n, denoted as Zn.
Optional
The modulus (optional, returns the set of all integers, i.e. Z, if omitted)
const result = Chalkboard.abal.Z(7); // Returns the residues modulo 7 Copy
const result = Chalkboard.abal.Z(7); // Returns the residues modulo 7
The set of integers, denoted as Z, or the set of integers modulo n, denoted as Zn.