File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -989,7 +989,9 @@ impl f32 {
989
989
unsafe { cmath:: tgammaf ( self ) }
990
990
}
991
991
992
- /// Returns the natural logarithm of the gamma function.
992
+ /// 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.
993
995
///
994
996
/// # Examples
995
997
///
Original file line number Diff line number Diff line change @@ -989,7 +989,9 @@ impl f64 {
989
989
unsafe { cmath:: tgamma ( self ) }
990
990
}
991
991
992
- /// Returns the natural logarithm of the gamma function.
992
+ /// 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.
993
995
///
994
996
/// # Examples
995
997
///
You can’t perform that action at this time.
0 commit comments