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

https://github.com/bratah123/midpointbisector

A small script that finds a mid point of a given function by using the bisection method
https://github.com/bratah123/midpointbisector

calculas math

Last synced: about 1 month ago
JSON representation

A small script that finds a mid point of a given function by using the bisection method

Awesome Lists containing this project

README

          

# MidpointBisector
A small script that finds a mid point of a given function by using the bisection method

Note: It's actually just a small script I made to solve 2 problems given in math class, for fun :P