Skip to content

pbocej/PB-Formulas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creator: Peter Bocej
Created: 12/7/2011

Language: C#
.NET version: 2.0

Description:
Solution to evaluate expression and generate expression tree by using Infix and Postfix notations.
Enabled input is:
	numbers		+-1234567890.
	operators	+-*/
	brackets	()
Input expression has unlimited length.
Sample expression:
	-8*((5+6)/2)+44

Projects:
Formulas	- formula processing library
FEval		- windows forms application for evaluating formulas and displaying expression trees that using library

About

Evaluates expression and creates expression tree.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages