We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9228ae + 90dc2f8 commit b88849dCopy full SHA for b88849d
library/std/src/f32.rs
@@ -989,7 +989,9 @@ impl f32 {
989
unsafe { cmath::tgammaf(self) }
990
}
991
992
- /// Returns the natural logarithm of the gamma function.
+ /// Natural logarithm of the absolute value of the gamma function
993
+ ///
994
+ /// The integer part of the tuple indicates the sign of the gamma function.
995
///
996
/// # Examples
997
library/std/src/f64.rs
@@ -989,7 +989,9 @@ impl f64 {
unsafe { cmath::tgamma(self) }
0 commit comments