modeci_mdf.functions.standard

Implementation of core MDF function ontology.

This module implements and registers all builtin MDF functions.

Functions

add_function_from_callable(f[, module_alias])

Adds a standard function from a callable.

add_mdf_function([name, description, ...])

Register a function with MDF function ontology.

add_public_functions_from_module(module[, ...])

Adds all public functions from a module to MDF standard functions.

create_python_expression([expression_string])

Converts the mathematical representation of function into function expression in python

create_python_function([name, ...])

Create a Python function e.g.

parse_description_and_args(f)

Parse the description and arguments from a callable.

substitute_args([expression_string, args])

Substitute arg with the value in args dict