Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 871 Bytes

README.md

File metadata and controls

34 lines (30 loc) · 871 Bytes

hmmm

RPN Calc (actually prefix notation)

Todo
  • actual reverse polish notation
  • doubles
  • exponentiation
  • complex numbers
  • complex numbers integers vs. floating point
  • rational numbers
  • complex rational numbers
  • unsigned integers
  • hex, octal, binary integers
  • arbitrary size integers
Breakoff
  • variables
  • floats, 8, 16, 64 byte ints
  • library functions
  • scope
  • user functions
  • logical operators
  • conditionals
Notes
  • bool -> byte -> short -> int -> long -> float -> double -> rational -> complex
  • integral -> bigint
  • others -> complex

Resources