Category:

Mathematical

Returns a fractional part of a number.

Syntax

frac(
  x Numeric
): Numeric

Parameters

x is a source number.

Return value

Type: Numeric.

Examples of using

frac(325.11)