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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Library FunctionsFLOORSynopsis#include double floor (double f)DescriptionThis routine returns the largest whole number not greater than f.Example#include #include voidmain (void){printf("%f\n", floor( 1.5 ));printf("%f\n", floor( -1.5));}145

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

Saved successfully!

Ooh no, something went wrong!