Functions.floor = function() {
    var c = arguments[0];
    if (arguments.length != 2) {
        throw new Error("Function floor expects (number)");
    }