findRoot¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/dot/blob/main/js/util/findRoot.ts for the most up-to-date information.
Overview¶
Hybrid root-finding given our constraints (guaranteed interval, value/derivative). Combines Newton's and bisection.
@author Jonathan Olson (PhET Interactive Simulations)
Source Code¶
See the source for findRoot.ts in the dot repository.