fixed fract(fixed x)
Returns the fractional part of x with the sign of x.
fract(1.2) -> 0.2; fract(-123.456) -> -0.456;