Evaluate math expressions created at runtime.
This program is an ActiveX handle for Visual Basic applications, for compiling and analyzing math expressions created in runtime, from within your own VB projects...
* Put together, runs faster than easy parser strategies
* Determine any number of factors and assign values for them.
* Pre-compile user-defined features to use in some other math expressions.
* Put together multiple math expressions that will can use the pre-defined variables and user features.
* Evaluate (fast plus repeatedly) any of the particular compiled expressions.
* Math operators: ( ) -- * / ^ \ mod
* Boolean providers: not, and, or, xor
* Logical operators: sama dengan > < <> > = <=
* Trigonometric features: sin, cos, tan asin, acos, atan
* Hyperbolic trig functions: sinh, cosh, tanh asinh, acosh, atanh
* Internal functions: int, fix, sgn, sqr, truth, nCr, nPr, min, maximum, rnd
* Logarithmic plus exponential functions: log, experience
* Logical if.. after that.. else functions: iif(condition, if_true, if_false)
|