EasyManua.ls Logo

Texas Instruments TMS34010

Texas Instruments TMS34010
181 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
ceil
Syntax
#include
<math.h>
double
ceil(x)
double
Xi
Defined
in
floor.
obj
in
rts
.lib
Ceiling
Description
The ceil function returns a double-precision number that represents the
smallest integer greater than or equal
to
x.
Example
extern
double
ceil
( ) ;
6-28
double
answeri
answer
=
ceil(3.1415);
/*
answer
=
4.0
*/
answer
=
ceil(-3.5);
/*
answer
=
-3.0
*/

Table of Contents

Other manuals for Texas Instruments TMS34010

Related product manuals