index
:
FLOSS-Arduino-Book/.git
master
Book on Microcontroller Programming with Arduino and FLOSS
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Origin
/
tools
/
openmodelica
/
linux
/
Resources
/
src
/
mfloor.c
blob: 3c9e884e73dc9f26e24ee3e30f0e5e3163d6d98c (
plain
)
1
2
3
4
5
6
#include <math.h> int mfloor(double x) { return floor(x); }