Metadata-Version: 2.1
Name: Complex_Bidintha
Version: 0.5
Summary: Complex Numbers
Home-page: https://github.com/MrS0lver/Complex_Number
Author: Bidintha Machahry
Author-email: bidintha2006@gmail.com
License: License.txt
Description-Content-Type: text/markdown
License-File: License.txt

# ComplexNumbers

[![PyPI version](https://img.shields.io/pypi/v/Complex_Bidintha.svg)](https://pypi.org/project/Complex_Bidintha/)
[![License](https://img.shields.io/pypi/l/Complex_Bidintha.svg)](https://opensource.org/licenses/MIT)
[![Python Versions](https://img.shields.io/pypi/pyversions/Complex_Bidintha.svg)](https://pypi.org/project/Complex_Bidintha/)
[![Downloads](https://pepy.tech/badge/complex-bidintha)](https://pepy.tech/project/complex-bidintha)

The ComplexNumbers package provides a simple implementation of complex numbers in Python. It includes a `Complex` class with support for basic arithmetic operations such as addition, subtraction, multiplication, and division of complex numbers. Additionally, the class provides methods for calculating the absolute value (magnitude) of a complex number and comparing complex numbers for equality and inequality.

## Features

- Implements complex numbers with real and imaginary parts.
- Supports arithmetic operations: addition, subtraction, multiplication, and division.
- Provides methods for absolute value calculation and comparison.
- Designed for simplicity and ease of use.

## Installation

You can install the ComplexNumbers package using pip:

```bash
pip install Complex_Bidintha
