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 {
989989 unsafe { cmath:: tgammaf ( self ) }
990990 }
991991
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.
993995 ///
994996 /// # Examples
995997 ///
Original file line number Diff line number Diff line change @@ -989,7 +989,9 @@ impl f64 {
989989 unsafe { cmath:: tgamma ( self ) }
990990 }
991991
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.
993995 ///
994996 /// # Examples
995997 ///
You can’t perform that action at this time.
0 commit comments