/proc/fract(n)
Arguments:
n: A number.
Returns:
num: The numbers after the decimal point.
world.log << fract(0.1234) // 1234
world.log << fract(-0.1234) // -1234