function_from_equation 0.1.0

Creates a function from a math equation
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 3.4 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 246.82 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • lemonlambda

This library creates a function from a math equation

Example

let x = equation!(10 * x + 3);
assert_eq!(33, x(3));