.\"convert a float to an int .TH to_int 3 .SH NAME to_int - convert a float to an int .SH SYNOPSIS int to_int(float f); .SH DESCRIPTION The to_int() call returns the number of type `int' that is equivalent to the float `f' (with any decimal stripped off). .SH SEE ALSO to_float(3)