Gives the fractional part of a number.
This function will give the fractional part of a number.
So the following entered in the program.
=MOD(24.5)
Will give an answer of 0.5.
The following shows the fractional notation which gives the same answer.
=MOD(F(24-1/2))