Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 568 Bytes

readme.md

File metadata and controls

21 lines (17 loc) · 568 Bytes

EECS 314 Project

Jacob Emmert-Aronson, Andrew Johnson, Ben Kaplan, and Frankie Lutikoff

  • Double-precision postfix notation calculator
  • Supports the following operations:
    • Addition
    • Subtraction
    • Multiplication
    • Division
    • Exponentiation and Roots
    • Trigonometric Functions
    • Inverse Trig Functions
    • Natural Logarithms

Notes

  • Each number can be up to 20 characters long
  • Any number of operations can be entered on one line
  • Only 500 characters of input will be read
  • Only 16 numbers can be on the stack at one time