Skip to content

lucaslacerdacl/second-degree-polynomial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Second Degree Polynomial

Calculate answers for second degree polynomial.

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

Create a class to solve second degree polynominal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages