[][src]Trait special::Error

pub trait Error {
    fn error(self) -> Self;
fn compl_error(self) -> Self;
fn inv_error(self) -> Self; }

Error functions.

Required methods

fn error(self) -> Self

Compute the error function.

fn compl_error(self) -> Self

Compute the complementary error function.

fn inv_error(self) -> Self

Compute the inverse of the error function.

The code is based on a C implementation by Alijah Ahmed.

Loading content...

Implementations on Foreign Types

impl Error for f32[src]

impl Error for f64[src]

Loading content...

Implementors

Loading content...