Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ floor(3) — BSD/386 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

abs(3)

ieee(3)

fabs(3)

floor(3)

rint(3)

math(3)

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

NAME
     floor - largest integral value not greater than x

SYNOPSIS
     #include <math.h>

     double
     floor(double x)

DESCRIPTION
     The floor() function computes the largest integral value not greater than
     x.

RETURN VALUES
     The floor() function returns the largest integral value expressed as a
     double.

SEE ALSO
     abs(3),  ieee(3),  fabs(3),  floor(3),  rint(3),  math(3)

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

BSDI BSD/386                    March 26, 1993                               1








































Typewritten Software • bear@typewritten.org • Edmonds, WA 98026