CEIL

Section: C Library Functions (3)
Index Return to Main Contents

BSD mandoc
 

NAME

ceil - round to smallest integral value not greater than x  

SYNOPSIS

Fd #include <math.h> Ft double Fn ceil double x Ft float Fn ceilf float x  

DESCRIPTION

The Fn ceil and Fn ceilf functions return the smallest integral value greater than or equal to Fa x .  

SEE ALSO

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

STANDARDS

The Fn ceil function conforms to St -ansiC .


 

Index

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
STANDARDS

This document was created by man2html, using the manual pages.
Time: 15:52:51 GMT, January 15, 2023