Using the big integer functions defined in this chapter create a simple arbitrary precision desk calculator in
Question:
Using the big integer functions defined in this chapter create a simple arbitrary precision desk calculator in C which takes as input expressions of the form “A op B”, as a string, where A and B are big integers and op is one of the four basic arithmetic operations and returns the result. If you wish, you may use postfix notation and a stack. In postfix notation the operands come first followed by the operation, “A B op”. You can use Python to check your answers.
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
Question Posted: