FRC returns the fractional portion of a specified variable, value, or expression.
SYNTAX:
FRC(Cx or Exp)
where :
Cx is a conditional variable x
Exp is a Expression
NOTES:
The fractional portion that is captured, will keep the sign (+/-) of the whole number passed into FRC (see example below).
EXAMPLES:
V86 = FRC(V70)