
floor(3)               C LIBRARY FUNCTIONS               floor(3)

NAME
     floor() - round a float down to the nearest integer

SYNOPSIS
     float floor(float f);

DESCRIPTION
     Returns (as a float) the nearest integer number equal to  or
     smaller than f.

Sun Release 4.1           Last change:                          1

