Skip to content

reinasherry/java-scientific-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Scientific Calculator 🧮

A Java-based calculator made with VSCode with features including history tracking, memory functions, and a colorful terminal interface.

Features

  • ✅ Basic arithmetic operations (+, -, *, /)
  • ✅ Advanced operations (%, ^, sqrt)
  • ✅ Calculation history tracking
  • ✅ Memory storage and recall
  • ✅ Colorful terminal UI
  • ✅ Constants support (pi, e)
  • ✅ Previous result recall

How to Run

javac calculator.java
java calculator

About

A Java-based basic scientific calculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages