summaryrefslogtreecommitdiffstats
path: root/libs/libsin.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libsin.c')
-rw-r--r--libs/libsin.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libs/libsin.c b/libs/libsin.c
deleted file mode 100644
index 34200af..0000000
--- a/libs/libsin.c
+++ /dev/null
@@ -1,7 +0,0 @@
-
-#include <math.h>
-
-// calculate sine
-double f(double x) {
- return sin(x);
-}