
FLOOR(3)                   UNIX Programmer's Manual                   FLOOR(3)

NNAAMMEE
     fflloooorr - largest integral value not greater than x

SSYYNNOOPPSSIISS
     ##iinncclluuddee <<mmaatthh..hh>>

     _d_o_u_b_l_e
     fflloooorr(_d_o_u_b_l_e _x)

DDEESSCCRRIIPPTTIIOONN
     The fflloooorr() function computes the largest integral value not greater than
     _x.

RREETTUURRNN VVAALLUUEESS
     The fflloooorr() function returns the largest integral value expressed as a
     double.

SSEEEE AALLSSOO
     abs(3),  ieee(3),  fabs(3),  floor(3),  rint(3),  math(3)

SSTTAANNDDAARRDDSS
     The fflloooorr() function conforms to ANSI C3.159-1989 (``ANSI C'').

BSD Experimental                April 19, 1991                               1







































