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/libpoly.c | |
parent | bd2943ca42013a089975893eb84e1e48cec6a03b (diff) |
initial commitmontecarlo
Diffstat (limited to 'libs/libpoly.c')
-rw-r--r-- | libs/libpoly.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libs/libpoly.c b/libs/libpoly.c deleted file mode 100644 index 2daa972..0000000 --- a/libs/libpoly.c +++ /dev/null @@ -1,7 +0,0 @@ - -#include <math.h> - -// calculate polynomial -double f(double x) { - return pow(x, 3) - 2*x*x - 10*x + 69; -} |