Module expression_functions

Source
Expand description

Expression functions implementation for the exp-rs library.

This module provides functionality for defining and evaluating functions that are specified as expression strings rather than native Rust code.

Functionsยง

eval_expression_function
Evaluates an expression function with the given arguments.