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 04be48f commit 528bc85Copy full SHA for 528bc85
crates/core_simd/src/elements/float.rs
@@ -83,7 +83,7 @@ pub trait SimdFloat: Sized + Sealed {
83
84
/// Returns each lane with the magnitude of `self` and the sign of `sign`.
85
///
86
- /// If any lane is a `NAN`, then a `NAN` with the sign of `sign` is returned.
+ /// For any lane containing a `NAN`, a `NAN` with the sign of `sign` is returned.
87
#[must_use = "method returns a new vector and does not mutate the original value"]
88
fn copysign(self, sign: Self) -> Self;
89
0 commit comments