Floating Point in .NET Part I: Concepts and Formats
Rating: 




JeffreySax - 05/05/2005
Learn the basic concepts of floating-point arithmetic: number formats, accuracy and precision, and round-off error.Function Evaluator
Rating: 




Emad Barsoum - 12/04/2002
This program uses the transformation from infix notation to postfix notation to evaluate most mathematic expressions. It supports most operators (+,-,*,/,%,^), functions from 0 to any number of parameters, and also a user-defined function by using delegate. It also supports variables in the expression. It will generate a symbol table that can be updated at run time. Also. this program demonstrates the use of the DataGrid as a normal grid without any database connection.
