Home
last modified time | relevance | path

Searched refs:nstep (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c328 integrate(double a, double b, double (*f)(double), long nstep) in integrate() argument
330 double x, sum=0.0, dx=(b-a)/(double)nstep; in integrate()
333 return sum/(double)nstep; in integrate()