Skip to content

TheShiveshNetwork/MathC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MATH-C

This is an open sorce command line interface that contains various mathematical functions to make mathematics fun.

Screenshot

Functionailities

This cli program can do:

  • Simple Mathematics like simplification
  • Solve Quadratic Equations
  • Plot Graphs
  • Determine domain and range

Interested in Contributing?

  1. Fork the repo
  2. Clone your fork locally
git clone https://github.com/TheShiveshNetwork/MathC.git
  1. Create a new branch
git checkout -b feature/<your-feature-name>
  1. Push all the local code to your branch
git add .
git commit -m "feature/<your-feature-name>"
git push
  1. Create a Pull Request

Your Pull Request will be reviewed and if found worthy, it will be merged.

Run the program

  1. Compile the code
gcc -o main main.c -lm

Note to add -lm at the end, because we are using math library functions. 2. Run the output file

./main

About

This is an open sorce command line interface, written in C, that contains various mathematical functions to make mathematics fun.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages