Formula Engine Reference Guide
 

 

Back to Class Index

 

FRAC(X)

Description
This function returns the fractional portion of X.
 
Parameters
X

A numeric value
 
Examples
FRAC(232.45566) = 0.45566
 
FRAC(20) = 0
 
FRAC(PI) = 0.14159265