Metadata-Version: 2.4
Name: rmath-Rohan
Version: 1.0.0
Summary: A simple mathematics package for arithmetic and geometry
Author-email: Rohan <rajendramorajkar8@gmail.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# RMath

RMath is a Python Library for
- All basic math calculations
- Geometry formulas of Circle, Square, Rectangle, Triangle

## Installation

pip install RMath

### Example

'''python
from RMath import isadd, circle_area
print(add(5, 3))
