This library creates a function from a math equation
Example
rs let x = equation!(10 * x + 3); assert_eq!(33, x(3));