We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66726fd + 88bd304 commit 59d94a9Copy full SHA for 59d94a9
library/std/src/f32.rs
@@ -822,6 +822,7 @@ impl f32 {
822
///
823
/// assert!(abs_difference < 1e-10);
824
/// ```
825
+ #[doc(alias = "log1p")]
826
#[rustc_allow_incoherent_impl]
827
#[must_use = "method returns a new number and does not mutate the original value"]
828
#[stable(feature = "rust1", since = "1.0.0")]
library/std/src/f64.rs
@@ -822,6 +822,7 @@ impl f64 {
/// assert!(abs_difference < 1e-20);
0 commit comments