Skip to content

Calculator implementation with math functions and variables support

Notifications You must be signed in to change notification settings

alexpavlov96/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of calculator using Reverse Polish notation.
Implements arithmetic operations, math functions, variables (see example.txt)

Program calculates each line separately and writes the answer next to it: 1 + 2 == 3

build: 
	'make' produces 'calc' executable
	
execution: 'calc' starts interactive proccess of reading input and producing output

About

Calculator implementation with math functions and variables support

Resources

Stars

Watchers

Forks

Packages

No packages published