diff options
Diffstat (limited to 'cosine.sci')
-rw-r--r-- | cosine.sci | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cosine.sci b/cosine.sci deleted file mode 100644 index bc74f36..0000000 --- a/cosine.sci +++ /dev/null @@ -1,5 +0,0 @@ -function cosine() - x=%pi/3; - y=cos(x); - disp(y) -endfunction |