Metadata-Version: 2.4
Name: scm203lab267101691
Version: 0.1.0
Summary: This is my first project.To find root of function using bisection method and newton method.
Home-page: https://github.com/khing2005/scm203lab267101691
Author: khing
Author-email: anchitha2005@gmail.com
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

`scm203lab267101691` is a lightweight Python package that provides simple utility functions
for **The bisection method** and **Newton's method**.
It is designed mainly for learning purposes and as an example of Python packaging.

---

## Features
- **The bisection method**: finding root of f in [a,b] with error tolerance
- **Newton's method**: finding root of f with initial guess x0 and error tolerance

---

## Installation

You can install the package directly from PyPI:

```bash
pip install scm203lab267101691
