11.07.2015 Views

PicC 9.50 dsPIC Manual.pdf

PicC 9.50 dsPIC Manual.pdf

PicC 9.50 dsPIC Manual.pdf

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Library FunctionsCEILSynopsis#include double ceil (double f)DescriptionThis routine returns the smallest whole number not less than f.Example#include #include voidmain (void){double j;}scanf("%lf", &j);printf("The ceiling of %lf is %lf\n", j, ceil(j));132

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!