started Task 4
This commit is contained in:
parent
ecd625aaff
commit
26b3523b4d
|
@ -9,8 +9,10 @@ def h1(x):
|
|||
except:
|
||||
return
|
||||
|
||||
|
||||
def h1_diff(x):
|
||||
return (100 * x - 100) / math.sqrt(100 * math.pow(x, 2) - 200 * x + 99)
|
||||
|
||||
def h2_diff(x):
|
||||
return (100 * x - 100) / math.sqrt((10*x-11)*(10*x-9))
|
||||
|
||||
def h2(x):
|
||||
|
|
Loading…
Reference in New Issue