cmlabs.optimize.test_secant_from_docs_example

cmlabs.optimize.test_secant_from_docs_example()[source]

Test the secant function from the documentation example.

This test checks if the secant function correctly finds the root of a given function within a specified bracket.

See also

secant