diff options
author | justanothercatgirl <sotov@twistea.su> | 2024-09-18 09:57:28 +0300 |
---|---|---|
committer | justanothercatgirl <sotov@twistea.su> | 2024-09-18 09:57:28 +0300 |
commit | 8e4446ce02f37a0f9ef145a49a82aae1bf7223fe (patch) | |
tree | 3037819eeabd0c0c793869d1c62a72ded88214bf /libs/libsin.c | |
parent | bd2943ca42013a089975893eb84e1e48cec6a03b (diff) |
initial commitmontecarlo
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); -} |