Trait special::Error [] [src]

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

Error functions.

Required Methods

Compute the error function.

Compute the complementary error function.

Implementations on Foreign Types

impl Error for f32
[src]

[src]

[src]

impl Error for f64
[src]

[src]

[src]

Implementors