Previous topic

civpy.math.rotate3

Next topic

Structures (civpy.structures)

This Page

civpy.math.fsolve

civpy.math.fsolve(*args, **kwargs)[source]

Finds the roots of a function. If the function fails to find a solution, an exception is raised. See scipy.optimize.fsolve() for list of parameters.