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