Metadata-Version: 2.1
Name: Complex-Bidintha
Version: 0.6
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

# Complex-Bidintha

[![GitHub](https://img.shields.io/badge/GitHub-MrS0lver/Complex_Number-blue.svg)](https://github.com/MrS0lver/Complex_Number)
[![Twitter](https://img.shields.io/badge/Twitter-MrS0lver-blue.svg)](https://x.com/Mrs0lver)
[![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)

Welcome to Complex-Bidintha, a Python package for working with complex numbers. This package provides a simple and intuitive interface for performing arithmetic operations, calculating absolute values, and comparing complex numbers.

## Features

- **Arithmetic Operations**: Addition, subtraction, multiplication, and division of complex numbers.
- **Absolute Value Calculation**: Compute the magnitude of a complex number.
- **Comparison**: Compare complex numbers for equality and inequality.
- **Easy to Use**: Intuitive interface designed for simplicity and ease of use.

## Installation

You can install Complex-Bidintha using pip:

```bash
pip install Complex-Bidintha
