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.
- Host: GitHub
- URL: https://github.com/vickvey/complex_numbers
- Owner: vickvey
- License: mit
- Created: 2023-07-10T05:51:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T06:32:47.000Z (over 2 years ago)
- Last Synced: 2024-01-26T09:31:20.906Z (about 2 years ago)
- Topics: c, functional-programming, header-files, pointers
- Language: C
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
===========================================