const_poly

Macro const_poly 

Source
macro_rules! const_poly {
    ({
        $( [ $coeff:expr, [ $( $func:expr ),* $(,)? ] ] ),* $(,)?
    }) => { ... };
}
Expand description

Macro that expands to a Polynomial<N, M> expression with inferred type.