proto.percentString = function (str) {
    if (arguments.length) {
        return this.fromString(str, 'percent');
    }
    else {