cli-calculator/README.md
superdimensional a3697d2123 spaces
2021-04-19 03:18:50 -04:00

391 B

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