Summary
of Main Features
See Also: Product Overview, Operators and Functions
Summary of uCalc Fast Math Parser routines:
|
Encapsulates all of uCalc FMP's (and Language Builder's) functionality |
|
|
Defines an item, such as a function, operator, variable, constant, syntax, pattern, etc. |
|
|
Defines a function |
|
|
Defines an operator |
|
|
Defines a syntax |
|
|
Defines a variable |
|
|
Returns the error number of the most recent transaction |
|
|
Returns an error message |
|
|
Evaluates an expression in one step, returning a numeric result |
|
|
Evaluates an expression in one step, returning the result as a string |
|
|
Rapidly evaluates an expression that was already parsed with ucParse |
|
|
Same as ucEvaluate, but returns a string |
|
|
Returns the current trig mode (Degree, Radian, or Grad) |
|
|
Allocates a new thread |
|
|
Returns the handle of the thread that has called a callback routine |
|
|
Returns the value (numeric) of a given argument in a callback routine |
|
|
Returns the number of arguments that are passed to a callback routine |
|
|
Returns the handle of a given argument in a callback routine |
|
|
Returns the value (string) of a given argument in a callback routine |
|
|
Parses an expression; returns a handle for use with ucEvaluate |
|
|
Raises an error by setting the numeric value of the error |
|
|
Raises an error by setting a customized error message |
|
|
Releases an item |
|
|
Sets the return value (numeric) of a native callback routine |
|
|
Sets the return value (string) of a native callback routine |
|
|
Sets the trig mode to Degree, Radian, or Grad |
Partial Feature List