Add fit functions

This commit is contained in:
linarphy 2023-08-25 17:26:58 +02:00
parent e75bdddab3
commit 8d09799726
No known key found for this signature in database
GPG key ID: 3D4AAAC3AD16E79C

2
function/fit.py Normal file
View file

@ -0,0 +1,2 @@
def linear( x , a , b ):
return a * x + b