Find a root of the target function that lies in the interval [ min, max].
@param min the lower bound of the search interval.
@param max the upper bound of the search interval.
@return a root that lies between min and max,inclusive.
@throws NumericException if a root could not be found.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.