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
/
u16floats.c
blob: f46275de0942646ccc88ed5f8cab077bad440882 (
plain
)
1
2
3
4
5
#include "float.h" float u16floats(uint16 x) { return (float) x; }