Skip to content

sj14/calculon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculon

A basic, open-source, cross-platform, and "note-style" calculator inspired by Numi.

sceenshot

Calculon is written in Java and uses the exp4j library for evaluating the mathematical expressions. It's developed with the Netbeans IDE and the Swing GUI Builder.

Note On Windows, when using the Calculon.exe installer, the binary is automatically installed into the "Program Files\Calculon" folder.

Functions

Functions provided by the exp4j library:

  • abs: absolute value
  • acos: arc cosine
  • asin: arc sine
  • atan: arc tangent
  • cbrt: cubic root
  • ceil: nearest upper integer
  • cos: cosine
  • cosh: hyperbolic cosine
  • exp: euler's number raised to the power (e^x)
  • floor: nearest lower integer
  • log: logarithmus naturalis (base e)
  • log10: logarithm (base 10)
  • log2: logarithm (base 2)
  • sin: sine
  • sinh: hyperbolic sine
  • sqrt: square root
  • tan: tangent
  • tanh: hyperbolic tangent
  • signum: signum function

About

🧮 A basic, open-source, cross-platform, and note-style calculator.

Topics

Resources

License

Stars

Watchers

Forks

Languages