emmyliano / SCR---Scientific-Calculator-Remastered

Calculator with modes Standard, Scientific and Binary to decimal Converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SCR

Scientific Calculator Remastered

Features

  • Three (3) calculator modes
  1. STANDARD (addition, subtraction, multiplication, division)
  2. SCIENTIFIC (tan, cos, square root, ...)
  3. BINARY CONVERSION (octa, deci, hexa, ...)
  • Code base in C
  • To ensure the program works properly, compile all necessary files in this repository together before running the code. Preferably, compile it using GCC into an SCR.exe format for Windows or a compatible format for your operating system (Linux, Unix, Mac).
  • Don't understand how the program works? read the official Documentation

DEVELOPERS

CONTRIBUTIONS & SUPPORT

  • If you like our work then don't forget to give a Star :)
  • feel free to contribute by creating issues (bug report), also feel free to leave a pull request

About

Calculator with modes Standard, Scientific and Binary to decimal Converter

License:GNU General Public License v3.0


Languages

Language:C 100.0%