[][src]Trait peroxide::structure::polynomial::Calculus

pub trait Calculus {
    fn diff(&self) -> Self;
fn integral(&self) -> Self; }

Required methods

fn diff(&self) -> Self

fn integral(&self) -> Self

Loading content...

Implementors

impl Calculus for Polynomial[src]

Loading content...