We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3acece4 commit ff557aaCopy full SHA for ff557aa
1 file changed
src/tanh.rs
@@ -22,7 +22,7 @@ pub fn tanh_raw(x: f32) -> f32 {
22
23
/// Compute a fast approximation of the hyperbolic tangent of `x`.
24
///
25
-/// See `atanh_raw` for a faster version that may return incorrect results for
+/// See `tanh_raw` for a faster version that may return incorrect results for
26
/// large `|x|` and `nan`.
27
#[inline]
28
pub fn tanh(x: f32) -> f32 {
0 commit comments