☰
All crates
1
2
3
4
5
use
super
::
lgamma_r
;
pub
fn
lgamma
(
x
:
f64
)
-
>
f64
{
lgamma_r
(
x
).
0
}