[][src]Macro poly::coefficients

macro_rules! coefficients {
    ($elem:expr; $n:expr) => { ... };
    ($($x:expr),*$(,)*) => { ... };
}