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 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!