index
:
scilab2c/.git
master
Tool capable to translate Scilab code into C code.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
c
/
elementaryFunctions
/
float
/
i8floats.c
blob: 15e4fc700a068e656aef6d63e6ee5369baf98717 (
plain
)
1
2
3
4
5
#include "float.h" float i8floats(int8 x) { return (float) x; }