Frac returns the fractional portion of a decimal number, specified by the parameter of X.
The function accepts minus signs but not separating commas or any other non-numeric character as input.
Also refer to the Int function Int to return the floating-point integer part of a decimal number.
Declaration: function Frac(const X: Extended): Extended
Examples of the use and result of this function are below.