Docs.rs
function_from_equation-0.1.0
function_from_equation 0.1.0
Permalink
Docs.rs crate page
Links
crates.io
Source
Owners
lemonlambda
Dependencies
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
function_
from_
equation
0.1.0
All Items
Sections
This library creates a function from a math equation
Example
Crate Items
Macros
Crate
function_from_equation
Copy item path
Source
Expand description
§
This library creates a function from a math equation
§
Example
let x = equation!(10 * x + 3); assert_eq!(33, x(3));
Macros
§
equation
Macro for creating functions from equations