INT

 

Gives the integer part of a number.

 

This function will give the integer part of a number.

 

So the following entered in the program.

 

=INT(24.5)

 

Will give an answer of 24.

 

The following shows the fractional notation which gives the same answer.

 

=INT(F(24-1/2))