Commit 49b65f81 authored by Robert Bradshaw's avatar Robert Bradshaw

typo

parent f9a1e09b
cdef double f(double x): except? -2:
cdef double f(double x) except? -2:
return x**2-x
def integrate_f(double a, double b, int N):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment