function method

function

Takes a function of an argument using this instance as the function name

Returns

New math element of type IMathFunction

def function(self, function_argument):
    ...
ParameterTypeDescription
function_argumentIMathElementAn argument of the function

Examples

Example:

function

Takes a function of an argument using this instance as the function name

Returns

New math element of type IMathFunction

def function(self, function_argument):
    ...
ParameterTypeDescription
function_argumentstrAn argument of the function

Examples

Example:

See Also