1 unstable release
0.1.0 | May 30, 2022 |
---|
#33 in #equation
4KB
This library creates a function from a math equation
Example
let x = equation!(10 * x + 3);
assert_eq!(33, x(3));
lib.rs
:
This library creates a function from a math equation
Example
let x = equation!(10 * x + 3);
assert_eq!(33, x(3));