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

Function f

main.py:37–38  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

35def example_limit_epsilon_delta():
36 """Run an example 'Limits: epsilon-delta definition'."""
37 def f(x):
38 return math.sin(x) / x
39
40 x = 0
41 toler = 10 ** -5

Callers 14

simpsonFunction · 0.85
trapezoidalFunction · 0.85
rombergFunction · 0.85
limit_epsilon_deltaFunction · 0.85
eulerFunction · 0.85
taylor2Function · 0.85
taylor4Function · 0.85
rk4Function · 0.85
bisectionFunction · 0.85
secantFunction · 0.85
regula_falsiFunction · 0.85
pegasusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected