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 @@ -978,7 +978,9 @@ impl f32 {
978
978
unsafe { cmath:: tgammaf ( self ) }
979
979
}
980
980
981
- /// Returns the natural logarithm of the gamma function.
981
+ /// Natural logarithm of the absolute value of the gamma function
982
+ ///
983
+ /// The integer part of the tuple indicates the sign of the gamma function.
982
984
///
983
985
/// # Examples
984
986
///
Original file line number Diff line number Diff line change @@ -978,7 +978,9 @@ impl f64 {
978
978
unsafe { cmath:: tgamma ( self ) }
979
979
}
980
980
981
- /// Returns the natural logarithm of the gamma function.
981
+ /// Natural logarithm of the absolute value of the gamma function
982
+ ///
983
+ /// The integer part of the tuple indicates the sign of the gamma function.
982
984
///
983
985
/// # Examples
984
986
///
You can’t perform that action at this time.
0 commit comments