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 {
978978 unsafe { cmath:: tgammaf ( self ) }
979979 }
980980
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.
982984 ///
983985 /// # Examples
984986 ///
Original file line number Diff line number Diff line change @@ -978,7 +978,9 @@ impl f64 {
978978 unsafe { cmath:: tgamma ( self ) }
979979 }
980980
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.
982984 ///
983985 /// # Examples
984986 ///
You can’t perform that action at this time.
0 commit comments