Trait special::Error [−][src]
Error functions.
Required methods
fn error(self) -> Self
[src]
Compute the error function.
fn compl_error(self) -> Self
[src]
Compute the complementary error function.
fn inv_error(self) -> Self
[src]
Compute the inverse of the error function.
The code is based on a C implementation by Alijah Ahmed.