bkap / EECS-314-Project

Code for my EECS 314 group project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Code for my EECS 314 group project


Languages

Language:Python 100.0%