as_argument_of_function method

as_argument_of_function

def as_argument_of_function(self, function_name):
    ...
ParameterTypeDescription
function_nameIMathElement

as_argument_of_function

def as_argument_of_function(self, function_name):
    ...
ParameterTypeDescription
function_namestr

as_argument_of_function

def as_argument_of_function(self, function_type):
    ...
ParameterTypeDescription
function_typeMathFunctionsOfOneArgument

as_argument_of_function

def as_argument_of_function(self, function_type, additional_argument):
    ...
ParameterTypeDescription
function_typeMathFunctionsOfTwoArguments
additional_argumentIMathElement

as_argument_of_function

def as_argument_of_function(self, function_type, additional_argument):
    ...
ParameterTypeDescription
function_typeMathFunctionsOfTwoArguments
additional_argumentstr

See Also