README.md
December 5, 2022 ยท View on GitHub
Description
The zip includes an Expression Parser Class that parses and computes mathematical expressions (such as "-pi * sin(50 + 3 * 4) / -3"), and a demo client application.
The parser supports built-in and user defined constants and built-in functions.
Also, it demonstrates a variety of error-handling and VB tricks.
More Info
Any math expression, that may include -|+|*|/ operators, sub-expressions "(xxx)", and built-in-function calls. You may also define and use constants.
| Submitted On | 2000-06-11 23:03:24 |
| By | Elad Rosenheim |
| Level | Intermediate |
| User Rating | 4.8 (29 globes from 6 users) |
| Compatibility | VB 4.0 (32-bit), VB 5.0, VB 6.0 |
| Category | String Manipulation |
| World | Visual Basic |
| Archive File | CODE_UPLOAD68296162000.zip |