Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vk1994 authored Mar 21, 2021
1 parent b83fbb2 commit e8c12cb
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
# Complex
Simple library to parse and work with complex numbers

## Setup
- Clone the repo `git clone https://github.com/vk1994/Complex.git`
- change directory to downloaded repository `cd Complex`
- create a build directory `mkdir build`
- `cd build`
- generate Makefile using CMake `cmake ..`
- genarate library file `make`
- to install on system `make install`

## Usage
Once the library is installed, it can be used for calculations on complex numbers. It follows the structure a+bi, where a is real part and b is imaginary part.
The library can be used for calculations on complex numbers. It follows the structure a+bi, where a is real part and b is imaginary part.
It can parse complex numbers of following structure:
1+2i, -6i, 7.2+3.5i, 10, i

Expand Down

0 comments on commit e8c12cb

Please sign in to comment.