We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aabb8b commit 000ddd9Copy full SHA for 000ddd9
src/math/special_functions/erf.rs
@@ -28,7 +28,7 @@ pub fn erf_inv(p: f64) -> f64 {
28
29
/// Inverse of [`erfc`]
30
///
31
-/// Corresponds to `boost::math::erfc_inv(x)` in C++.
+/// Corresponds to `boost::math::erfc_inv(q)` in C++.
32
/// <https://boost.org/doc/libs/latest/libs/math/doc/html/math_toolkit/sf_erf/error_inv.html>
33
pub fn erfc_inv(q: f64) -> f64 {
34
unsafe { ffi::math_erfc_inv(q) }
0 commit comments