Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ floor.bsd(3M) — Domain/IX SR9.5

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

abs(3)

FLOOR(3M)

NAME

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

USAGE

#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 largest integer not greater than x.

Ceil returns the smallest integer not less than x.

RELATED INFORMATION

abs(3)

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