Crates.io | function_from_equation |
lib.rs | function_from_equation |
version | 0.1.0 |
source | src |
created_at | 2022-05-30 21:53:20.469542 |
updated_at | 2022-05-30 21:53:20.469542 |
description | Creates a function from a math equation |
homepage | |
repository | |
max_upload_size | |
id | 597159 |
size | 3,705 |
let x = equation!(10 * x + 3);
assert_eq!(33, x(3));