SMath.Math.Numeric Namespace

 

Classes

BaseEntry Base class for a numeric component of a mathematical expression.
CalculationOptions Describes options of the calculation run.
Constants A helper class which contains well known constants and provides pseudo-random values.
Expression Numeric evaluation methods.
MathTypeCheckException An exception which is thrown when the type(s) of operand(s) are not supported for the requested operation.
TComplex Implementation of BaseEntry as a complex number.
TDouble Implementation of BaseEntry which contains either a double precision number or a text.
TFraction Implementation of BaseEntry as a fraction.
TInfinity Implementation of BaseEntry which contains either a number or infinity.
TMatrix

Implementation of BaseEntry as a mathematical matrix or a vector.

  Tip

A vector is a TMatrix instance with a single column.

TNumber

Container for a numeric value derived from BaseEntry.

  Note

TNumber supports operations which can be performed with various combinations of different types and handles conversions between types whereas a class derived from BaseEntry represents a single numeric type.
TSystem

Implementation of BaseEntry which describes a system of expressions.

  Tip

In the UI a system of expressions is represented as one or more expressions written in a column and surrounded by a common curly brace.

Interfaces

IPluginMathNumericEvaluation Interface for the numeric evaluation plug-ins.

Enumerations

BaseEntryType Type of the BaseEntry.
InfType Infinity type.