started Task 4
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user