diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2024-09-13 15:03:36 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2024-09-13 15:03:36 +0300 |
commit | 49b2b840c668c64089936e681192c75a8de2c81c (patch) | |
tree | c92fbb6e289a978f083133c07c799a456e29ddd0 /libs/libsin.c | |
parent | bd2943ca42013a089975893eb84e1e48cec6a03b (diff) |
iniial commitsin-sum
Diffstat (limited to 'libs/libsin.c')
-rw-r--r-- | libs/libsin.c | 7 |
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); -} |