Skip to content

brodriguez8774/CS4900_QuadraticSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C - Quadratic Solver

Authors

  • Steven Johnson
  • Brandon Rodriguez
  • Joshua Sziede

Description

A console program to solve quadratic equations. See program help for more details.

Building and Running

To build run:

$ make

Now you can run the program and see the help text:

$ src/quad_solver -h

For development, you should use valgrind. First install valgrind if not installed:

$ sudo apt install valgrind

Then to build and run valgrind on the executable, run:

$ make valgrind

Valgrind will report pointers that were allocated but not freed.

Distributing

To create a .tar.gz of source files run:

$ make distribute

The file will be named quad-solver-.tar.gz

Testing

To run all the tests:

$ make test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •