bcParser unit
|
Top Previous Next |
TbcParser Mathematical Parser - VCL Component for Delphi and C++ Builder
This help file contains information on TbcParser VCL component.
TbcParser implements parse once-evaluate many times type of parsing for mathematical expressions given as strings.
TbcParser is especially useful in scientific, engineering programs.
It allows creation of custom variables and functions to be used in the expressions. It’s internal arithmetic uses ‘Extended’ storage for floating point numbers.
For purchasing and support please visit http://www.bestcode.com
Please send your suggestions, comments or bug reports to support@bestcode.com
USES
SysUtils, Classes
TYPES
|