Crate function_from_equation

Source
Expand description

§This library creates a function from a math equation

§Example

let x = equation!(10 * x + 3);
assert_eq!(33, x(3));

Macros§

equation
Macro for creating functions from equations