Added ability of performing mod in arrays in ascending order
Added a fourth parameter to the math.mod function so it performs in ascending order instead.
var utils = require('gammautils');
utils.math.mod('123456789', [1, 2, 3, 4], 11, 'leftToRight');