USPExpress Math Parser is a component that is aimed to parse and evaluate scientific, engineering and math expressions on-the-fly.
It is designed to be used in .NET, Visual Basic, VBA, C++, Delphi or Fortran applications, or any other programming environment with .NET or COM support.
USPExpress has been widely used in numerous enterprise-level applications in the field of chemical engineering and statistical applications for over 3 years now.
new:New SeparatorType, ListSeparator, NumberDecimalSeparator properties
[+] Common math rounding introduced as an option. E.g.: Round(2.5, 0, MathRounding) yields 3.0. (By default, bankers' rounding is still used.)
[+] An option to add user-defined operators
[+] "Inf" constant. Stands for "positive Infinity".
[+] A sample has been added to show the usage of custom "+" and "-" operators in conjunction with dates, Excel-like. Example: #12/05/2008# - (365*10/2)
[-] Function context passed inside IIF calls