This is a little github repository showing the Rust implementations of math equations.
The idea came to me after I learned about the Reverse Polish Notation (RPN) on LeetCode Daily ( 30, Jan, 2024).
- Bisection Method of Finding the real root of a function (Intermediate Value Theorem)