Menu

Tree [11753c] default tip /
 History

Read Only access


File Date Author Commit
 .settings 2023-03-10 Oddwarg Oddwarg [9c010b] Set project encoding
 doc 2023-03-10 Oddwarg Oddwarg [ad3366] ?
 lib 2023-03-10 Oddwarg Oddwarg [ad3366] ?
 src 2023-03-10 Oddwarg Oddwarg [ad3366] ?
 .classpath 2023-03-10 Oddwarg Oddwarg [ad3366] ?
 .hgignore 2023-03-10 Oddwarg Oddwarg [ad3366] ?
 .project 2023-03-10 Oddwarg Oddwarg [ad3366] ?
 Calc.exe 2021-05-02 Oddwarg Oddwarg [993f21] Updated executables
 Calc.jar 2023-03-10 Oddwarg Oddwarg [ad3366] ?
 Calc.sh 2023-03-10 Oddwarg Oddwarg [ad3366] ?
 README.md 2023-03-10 Oddwarg Oddwarg [11753c] Updated readme some more
 calc.png 2023-03-10 Oddwarg Oddwarg [ad3366] ?
 calc.txt 2023-03-10 Oddwarg Oddwarg [ad3366] ?
 icon.ico 2023-03-10 Oddwarg Oddwarg [ad3366] ?
 icon.png 2023-03-10 Oddwarg Oddwarg [ad3366] ?
 refresh.png 2023-03-10 Oddwarg Oddwarg [ad3366] ?
 screenshot.png 2023-03-10 Oddwarg Oddwarg [f49033] Added screenshot, removed broken image link fro...
 script.png 2023-03-10 Oddwarg Oddwarg [ad3366] ?

Read Me

Simple text field calculator

  • Supports mathematical expressions with C-like syntax
  • Starts in less than a second on modern hardware
  • Compute multiple expressions using line breaks or commas
  • Declare variables with equals symbol (ex: a=2, a*a => 4.0)
  • Type hexadecimal numbers with 0x prefix (0x1f => 31.0)
  • Type binary numbers with 0b prefix (0b101 => 5.0)
  • Support for common functions (sin(pi/2) => 1.0)
  • Support for user defined javascript functions in calc.txt
  • Compute powers using hat notation (2^3 => 8.0)
  • Uses double precision floats(64 bit)
  • Cross platform (Requires Java 1.6 or greater)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.