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
/
cosine.sci
blob: bc74f36011b8b5c5d7571505fd5344bb40c29f0f (
plain
)
1
2
3
4
5
function cosine() x=%pi/3; y=cos(x); disp(y) endfunction