Examples:
Modules:
get_interesting_domain()
Profiling:
Links:
Versions:
Return interesting xmin and xmax of function f.
f
>>> def f(x): ... return np.sin(x) >>> get_interesting_domain(f) (-3.141625000000003, 3.141625000000003)