Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CalculatorGUI

University Project for "Fortgeschrittene Programmierkonzepte" @ Worms University of Applied Science

Table of Contents

Description

CalculatorGUI is a university project in which we had a calcualtor for the command line and had to build a gui (graphical user interface) for it. The calculator is written in Java and we used JavaFX to build the gui.

Mathematical functions available in the calculator:

  • Addition (+)
  • Subtraction (-)
  • Division (/)
  • Multiplication (*)
  • Exponentiation (^)
  • Modulo (%)
  • Square root (sqrt())
  • Sine (sin())
  • Cosine (cos())
  • Tangent (tan())
  • Factorial (fac())
  • Logarithm base 10 (log())
  • Logarithm base e (ln())
  • Pi (pi)
  • Euler's number (e)

How To Use

To test the app yourself you can clone the project and build it with IntelliJ IDEA.

Back To The Top

About

University Project for "Fortgeschrittene Programmierkonzepte" @ Worms University of Applied Science

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages