Javascript Number frac()
frac()
Number.prototype.frac = function() { return this - Math.floor(this); };