Skip to content

unnatii14/Scientific-Calculator-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

🧮 C++ Scientific Calculator

A C++ command-line scientific calculator that supports arithmetic operations, trigonometric functions, powers, logarithms, and square roots — built from scratch using core C++ and the <cmath> library.


📌 Features

  • Basic arithmetic: +, -, *, /
  • Trigonometric functions: sin, cos, tan (input in degrees)
  • Power and square root calculations
  • Natural and base-n logarithms
  • Error handling (e.g., divide by zero, invalid inputs)
  • Modular and readable OOP-based structure

🧠 What You'll Learn

  • Object-oriented programming in C++
  • Function overloading and input validation
  • Using built-in math functions from <cmath>
  • Command-line input handling

About

A command-line scientific calculator built in C++ that performs basic and advanced mathematical operations using standard libraries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages