function_from_equation

Crates.iofunction_from_equation
lib.rsfunction_from_equation
version0.1.0
sourcesrc
created_at2022-05-30 21:53:20.469542
updated_at2022-05-30 21:53:20.469542
descriptionCreates a function from a math equation
homepage
repository
max_upload_size
id597159
size3,705
Lemon (LemonjamesD)

documentation

README

This library creates a function from a math equation

Example

let x = equation!(10 * x + 3);
assert_eq!(33, x(3));
Commit count: 0

cargo fmt