Mod Function

Next: , Previous: Log, Index: Index

This mod[n,x] function will divide n by x and return the remainder.

Pass: Two integers
Returns: An integer representing the remainder

Examples

var a:=mod[7,2];
var y;
y:=mod[a,a];



Last Modified: August 2008