Docs.rs
statrs-0.18.0
statrs 0.18.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
boxtown
github:statrs-dev:owners
Dependencies
approx ^0.5.0
normal
nalgebra ^0.33
normal
optional
num-traits ^0.2.14
normal
rand ^0.8
normal
optional
anyhow ^1.0
dev
criterion ^0.5
dev
nalgebra ^0.33
dev
Versions
95.17%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
statrs
0.18.0
Module erf
Module Items
Functions
In statrs::
function
statrs
::
function
Module
erf
Copy item path
Source
Expand description
Provides the
error
and related functions
Functions
ยง
erf
erf
calculates the error function at
x
.
erf_inv
erf_inv
calculates the inverse error function at
x
.
erfc
erfc
calculates the complementary error function at
x
.
erfc_
inv
erfc_inv
calculates the complementary inverse error function at
x
.