Skip to content

KPRSN/InfixCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InfixCalculator

A simplistic module for parsing and calculating an infix expression.

The calculation itself is based upon postfix notation, meaning that the original expression will be converted. It handles addition, subtraction, multiplication, division and parenthesis, as well as unary addition and subtraction alongside both integer and floating point operands.

About

A simplistic Objective-C module for parsing and calculating an infix expression

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published