Table of Contents

fract

fixed fract(fixed x)

Description

Returns the fractional part of x with the sign of x.

Examples

fract(1.2) -> 0.2;
fract(-123.456) -> -0.456;