Trait special::Error [] [src]

pub trait Error {
    fn erf(self) -> Self;
    fn erfc(self) -> Self;
}

Error functions.

Required Methods

fn erf(self) -> Self

Compute the error function.

fn erfc(self) -> Self

Compute the complementary error function.

Implementors