diff --git a/function/fit.py b/function/fit.py new file mode 100644 index 0000000..82581d5 --- /dev/null +++ b/function/fit.py @@ -0,0 +1,2 @@ +def linear( x , a , b ): + return a * x + b