#equation #create

nightly macro function_from_equation

Creates a function from a math equation

1 unstable release

0.1.0 May 30, 2022

#31 in #equation

23 downloads per month

Custom license

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));

No runtime deps