lucaslacerdacl / complex-number-calculator

Provide operations on complex numbers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Complex Number Calculator

Create complex number calculator

Contributors

  • Lucas Leandro Costa Lacerda

Developing

Built With

Setting up

Inside the run.sh file you can add repositories to use like the example bellow:

dependencies=("complex-number;https://github.com/LucasLacerdaCL/complex-number.git")

Execute the run.sh file to generate the binary files inside dist folder and get packages.

For OSX:

sh ./run.sh

For Windows:

./run.sh

Inside the bootstrap.sh file you can inject the dependencies like the example bellow:

yourBinary="exemple.o"
yourMain="main.o"

imports=("complex-number;complex.euclidean.o")

cmdLine="./${yourBinary} ./${yourMain}"

Execute the bootstrap.sh file to generate the main.exe file.

For OSX:

sh ./bootstrap.sh

For Windows:

./bootstrap.sh

Licensing

Released under the MIT license.

About

Provide operations on complex numbers


Languages

Language:C++ 100.0%