MCPcopy Create free account
hub / github.com/cfgnunes/numerical-methods-python / df2

Function df2

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

Source from the content-addressed store, hash-verified

578 return y - x ** 2 + 1 - 2 * x
579
580 def df2(x, y):
581 return y - x ** 2 + 1 - 2 * x - 2
582
583 def df3(x, y):
584 return y - x ** 2 + 1 - 2 * x - 2

Callers 1

taylor4Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected