frac
-
function — the fractional portion of a number
-
The
fracfunction returns just the fractional portion of a number, ignoring the whole-number portion of the value. -
Examples: +
put frac(12.85) —> 0.85 -
Related: trunc
ノート
This page is under construction: it has not been reviewed for completeness.