The Wayback Machine - https://web.archive.org/web/20110902033010/http://www.codeguru.com:80/csharp/csharp/cs_misc/mathematics/

    Mathematics

    The Genetic Cloud (not yet reviewed)

    Learn about new opportunities that Cloud Computing and the Genetic algorithm make available to every person.

    Floating Point in .NET Part I: Concepts and Formats

    Learn the basic concepts of floating-point arithmetic: number formats, accuracy and precision, and round-off error.

    Function Evaluator

    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.