modeci_mdf.functions.standard.create_python_expression

modeci_mdf.functions.standard.create_python_expression(expression_string: Optional[str] = None) str[source]

Converts the mathematical representation of function into function expression in python

Parameters:

expression_string – Mathematical expression of function in string format

Returns:

function expression in python