Mathematical Functions

ASCET comes with a comprehensive library of pre-defined elements. They can be used as building block for new modules and classes.

For model descriptions in ESDL, additional mathematical functions are provided in the system library. The mathematical functions are defined in the class Etas_Systemlib_CT\Classes\MathFcn and can be accessed after this class has been added to an ESDL component.

Some examples show how to access mathematical functions from an ESDL model description.

The table in MathFcn Class summarizes the functions available in the MathFcn class. The return and parameter types are the same for all mathematical functions, they accept variables of type continuous as parameters, the return type is continuous, too.

See also:

Example: Access to Mathematical Functions

MathFcn Class