index
:
Scilab2C/.git
master
Scilab 2 C
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
2.3-1
/
src
/
c
/
elementaryFunctions
/
float
/
i16floats.c
blob: c0c073c76dab3d4fbd4dcc48b98977600148f93e (
plain
)
1
2
3
4
5
#include "float.h" float i16floats(int16 x) { return (float) x; }