A mathmatical library with a cli app.
Go to file
superdimensional a3697d2123 spaces
2021-04-19 03:18:50 -04:00
.gitignore added scalar matrix multiplication 2021-04-18 22:28:42 -04:00
formulas.h split functions into formulas and matrix functions 2021-04-18 23:18:17 -04:00
gui.c formated code and renamed index.c to gui.c 2021-04-18 15:31:26 -04:00
LICENSE Add files via upload 2021-04-11 22:29:40 -04:00
main.c 2*2 matrix determinant calculator 2021-04-19 02:06:46 -04:00
matrices.h 2*2 matrix determinant calculator 2021-04-19 02:06:46 -04:00
README.md spaces 2021-04-19 03:18:50 -04:00

cli-calculator

Calculator with various formulas for common and uncommon problems.


goal

My goal for this project is to write an open sourced mathmatical library for C.


list of calculators

  • Hypotenuse calculator (a²+b²=c²)
  • Area of a circle (πr²)
  • Matrix arithmetics (2-D arrays)
    • Determinant of 2*2 matrix
    • Scalar multiplication
    • Matrix addition