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

Function df3

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

Source from the content-addressed store, hash-verified

581 return y - x ** 2 + 1 - 2 * x - 2
582
583 def df3(x, y):
584 return y - x ** 2 + 1 - 2 * x - 2
585
586 a = 0.0
587 b = 2.0

Callers 1

taylor4Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected