index
:
OpenModelica_HIL/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modelica-Arduino-MDD_Arduino_Revised
/
Resources
/
src
/
mfloor.c
blob: 3c9e884e73dc9f26e24ee3e30f0e5e3163d6d98c (
plain
)
1
2
3
4
5
6
#include <math.h> int mfloor(double x) { return floor(x); }