Files
Digital-Research-Source-Code/CPM OPERATING SYSTEMS/CPM 68K/1.0X SOURCES/v102a/doc/subs/ceil
Sepp J Morris 31738079c4 Upload
Digital Research
2020-11-06 18:50:37 +01:00

19 lines
310 B
Plaintext

.so macro
.he 'CEIL''CEIL'
.n CEIL
ceil - floating point ceiling function
.sy SYNOPSIS
.nf
#include <math.h>
double ceil(d)
double d;
.fi
.d DESCRIPTION
\&'ceil' returns the smallest integer (as a double precision
number) not less than x.
.fl FILES
math.h - declaration include file
.sa SEE ALSO
floor(subs)