Skip to main content

poly

Macro poly 

Source
macro_rules! poly {
    ($($body:tt)*) => { ... };
}
Expand description

Create a Poly. Accepts 1-character ASCII variable names; poly!(2*x*y^5 + 8*z).