summaryrefslogtreecommitdiffstats
path: root/vendor/compiler_builtins/libm/src/math/erf.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/compiler_builtins/libm/src/math/erf.rs')
-rw-r--r--vendor/compiler_builtins/libm/src/math/erf.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/compiler_builtins/libm/src/math/erf.rs b/vendor/compiler_builtins/libm/src/math/erf.rs
index 5e21ba578..55569affc 100644
--- a/vendor/compiler_builtins/libm/src/math/erf.rs
+++ b/vendor/compiler_builtins/libm/src/math/erf.rs
@@ -263,7 +263,7 @@ pub fn erf(x: f64) -> f64 {
}
}
-/// Error function (f64)
+/// Complementary error function (f64)
///
/// Calculates the complementary probability.
/// Is `1 - erf(x)`. Is computed directly, so that you can use it to avoid