map[PACKAGE + 'Numeric.Max'] = function(number, max) {
        return map[PACKAGE + 'Numeric'](number, {
            maxCap : max.cap,
            max : max.value,
            minCap : PACKAGE + 'Cap.NONE'