Skip to content

Latest commit

ย 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 

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

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages