Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 347 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 347 Bytes

calculator-in-c-language

This repository has code written in c programming language for performing certain math operations in CLI

  • It has functions that performs operations like
    • Addition
    • subtraction
    • division
    • multiplication
    • exponential power
    • factorial
  • It can also perform matrix addition but it needs some work