Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ floor(3M) — SunOS 3.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

abs(3)

FLOOR(3M)  —  MATHEMATICAL FUNCTIONS

NAME

fabs, floor, ceil − absolute value, floor, ceiling functions

SYNOPSIS

#include <math.h>

double floor(x)
double x;

double ceil(x)
double x;

double fabs(x)
double x;

DESCRIPTION

Fabs returns the absolute value | x |. 

Floor returns the value of the greatest integer less than or equal to x.

Ceil returns the value of the least integer greater than or equal to x.

SEE ALSO

abs(3)

Sun Release 3.0β  —  Last change: 8 August 1985

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