Pular para o conteúdo principal

Frac

Returns the fractional part of a real number.

Structure

Frac(number): Extended;

Parameters

Return Value

Description

The Frac function returns the fractional part of the argument X.

X is a real-type expression. The result is the fractional part of X; that is, Frac(X) = X - Int(X).. |