naroo_reader/function/fit.py
2023-08-25 17:26:58 +02:00

2 lines
46 B
Python

def linear( x , a , b ):
return a * x + b