This is a simple C# command line calculator. It evaluates arithmetic expressions and functions. Easy to extend. Features include factorials, powers, brackets, bracket normalization, polish notation, factorization, fields, and advanced error reporting.
Be the first to post a text review of Arithmetic Calculator. Rate and review a project by clicking thumbs up or thumbs down in the right column.
- Added implicit multiplication - Updated the grammar -Because of implicit multiplication, fields are now hard coded into the parser, because it needs to distinguish them from functions (so things like pi(2) will work as pi * (2)). When i implement user defined fields, i will hard code an array of structures, or a list.
-Added factorization -Added fields (namely e and pi for now, hopefully will ad user defined ones soon)
-Added factorization -Added fields (namely e and pi for now, hopefully will ad user defined ones soon)
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?