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.
2 parents dc82800 + 7e93ce9 commit a74bd60Copy full SHA for a74bd60
src/math/erf.rs
@@ -263,7 +263,7 @@ pub fn erf(x: f64) -> f64 {
263
}
264
265
266
-/// Error function (f64)
+/// Complementary error function (f64)
267
///
268
/// Calculates the complementary probability.
269
/// Is `1 - erf(x)`. Is computed directly, so that you can use it to avoid
src/math/erff.rs
@@ -174,7 +174,7 @@ pub fn erff(x: f32) -> f32 {
174
175
176
177
-/// Error function (f32)
+/// Complementary error function (f32)
178
179
180
0 commit comments