An open API service indexing awesome lists of open source software.

https://github.com/vickvey/complex_numbers

I have implemented Complex Numbers and some of the basic operations on them.
https://github.com/vickvey/complex_numbers

c functional-programming header-files pointers

Last synced: about 2 months ago
JSON representation

I have implemented Complex Numbers and some of the basic operations on them.

Awesome Lists containing this project

README

          

README.md
===========================================
# Project Name : Complex_Numbers
===========================================

Description:
This project is a library for complex number operations in C.

# Author:
Vivek Kumar.
1st Year Student @IISER Bhopal.

# Date:
July 4, 2023

Copyright (c) 2023 Vivek Kumar

# License:
This project is licensed under the MIT License. See the LICENSE file for more information.

===========================================

# Tasks:
1. The program will take input of two complex numbers.
2. Then you will have access to a lot of operations.
3. The user operations are:
->adding two Complex Numbers
->subtracting two Complex Numbers
->multipyling two Complex Numbers
->dividing two Complex Numbers
->finding absolute of Complex Numbers
->update the complex numbers
4. exit

===========================================