2bllw8 / collapse

Interactive text-based calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collapse

Interactive text-based calculator with Swing GUI

Features

  • Constructive real numbers-based computations
  • Assign computation results aliasing
  • Binary operations:
    • Addition +
    • Subtraction -
    • Multiplication *
    • Division /
    • Power ^
    • Modulo %
  • Unary operations:
    • sin, cos, tan
    • asin, acos, atan
    • sqrt
    • log (base 10)
    • ln
    • exp
    • - (negation)
  • Number representations:
    • Decimal
    • Hexadecimal 0x
    • Binary 0b
  • Comments (line begins with #)

About

Interactive text-based calculator


Languages

Language:Java 98.9%Language:ANTLR 1.1%