An open API service indexing awesome lists of open source software.

https://github.com/billyaddlers/robust-secant-method

A reusable function version of Secant application on vanilla Python, as defined [here](https://github.com/BillyAddlers/secant-method)
https://github.com/billyaddlers/robust-secant-method

Last synced: 11 months ago
JSON representation

A reusable function version of Secant application on vanilla Python, as defined [here](https://github.com/BillyAddlers/secant-method)

Awesome Lists containing this project

README

          

# Robust Secant Method
> A reusable function version of Secant application on vanilla Python, as defined [here](https://github.com/BillyAddlers/secant-method)

## Prerequisites
- Python 3.10
- A Python code editor (preferably PyCharm)