[][src]Trait mathru::special::hypergeometric::Hypergeometric

pub trait Hypergeometric {
    pub fn f21(self, b: Self, c: Self, z: Self) -> Self;
}

Required methods

pub fn f21(self, b: Self, c: Self, z: Self) -> Self[src]

Loading content...

Implementations on Foreign Types

impl Hypergeometric for f64[src]

impl Hypergeometric for f32[src]

Loading content...

Implementors

Loading content...