*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->OpenBSD man pages -> floor (3)              
Title
Content
Arch
Section
 

FLOOR(3)

Contents


NAME    [Toc]    [Back]

     floor, floorf - round to largest integral value not  greater
than x

SYNOPSIS    [Toc]    [Back]

     #include <math.h>

     double
     floor(double x);

     float
     floorf(float x);

DESCRIPTION    [Toc]    [Back]

     The floor() function returns the largest integral value less
than or
     equal to x.  The floorf() function  is  a  single  precision
version of
     floor().

SEE ALSO    [Toc]    [Back]

      
      
     abs(3), ceil(3), fabs(3), ieee(3), math(3), rint(3)

STANDARDS    [Toc]    [Back]

     The  floor()  function  conforms to ANSI X3.159-1989 (``ANSI
C'').

OpenBSD     3.6                          March      10,      1994
[ Back ]
 Similar pages
Name OS Title
ceil NetBSD round to smallest integral value greater than or equal to x
ceil OpenBSD round to smallest integral value greater than or equal to x
ceilf OpenBSD round to smallest integral value greater than or equal to x
ceilf NetBSD round to smallest integral value greater than or equal to x
floor Linux largest integral value not greater than argument
ceil FreeBSD smallest integral value greater than or equal to x
ceilf FreeBSD smallest integral value greater than or equal to x
rint OpenBSD round to integral value in floating-point format
rintf FreeBSD round to integral value in floating-point format
rint FreeBSD round to integral value in floating-point format
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service