Unit Parsing

*****************************************************} { } { Delphi VCL Extensions (RX) } { } { Copyright (c) 1995, 1996 AO ROSNO } { Copyright (c) 1997 Master-Bank } { } {

Classes

TRxMathParser -

Functions

GetFormulaValue - Parsing routines

Types

TParserFunc

Constants

Variables


Functions


function GetFormulaValue(const Formula: string): Extended;

Parsing routines

Types


TParserFunc = (pfArcTan, pfCos, pfSin, pfTan, pfAbs, pfExp, pfLn, pfLog,
    pfSqrt, pfSqr, pfInt, pfFrac, pfTrunc, pfRound, pfArcSin, pfArcCos,
    pfSign, pfNot);

Constants


Variables