I am looking for a function which solves trigonometric equation on a given segment.
I've tried fsolve from scipy, but as I understood, there is not such option, just only the initial approximation point.
Does python have such a library method anywhere? Also I've looked at sympy, but did not find any appropriate solutions there.