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.