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