MCPcopy Index your code
hub / github.com/cfgnunes/numerical-methods-python / df1

Function df1

main.py:549–550  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

547 return y - x ** 2 + 1
548
549 def df1(x, y):
550 return y - x ** 2 + 1 - 2 * x
551
552 a = 0.0
553 b = 2.0

Callers 2

taylor2Function · 0.85
taylor4Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected