Performs the modulo operation on a with n (a mod n). For example: 7 mod 2 will return 1.
Inputs
- A (Number,Integer)
- N (Number,Integer,Greater than 0)
Outputs
- Mod (Number,Integer)
Performs the modulo operation on a with n (a mod n). For example: 7 mod 2 will return 1.