Rollup merge of #114754 - workingjubilee:gamma-ray-logger, r=thomcc
Name what ln_gamma does The previous description omitted some important details.
This commit is contained in:
commit
b88849d77c
2 changed files with 6 additions and 2 deletions
|
@ -989,7 +989,9 @@ impl f32 {
|
||||||
unsafe { cmath::tgammaf(self) }
|
unsafe { cmath::tgammaf(self) }
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns the natural logarithm of the gamma function.
|
/// Natural logarithm of the absolute value of the gamma function
|
||||||
|
///
|
||||||
|
/// The integer part of the tuple indicates the sign of the gamma function.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
|
|
|
@ -989,7 +989,9 @@ impl f64 {
|
||||||
unsafe { cmath::tgamma(self) }
|
unsafe { cmath::tgamma(self) }
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns the natural logarithm of the gamma function.
|
/// Natural logarithm of the absolute value of the gamma function
|
||||||
|
///
|
||||||
|
/// The integer part of the tuple indicates the sign of the gamma function.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue