☰
All crates
1
2
3
4
5
use
super
::
lgammaf_r
;
pub
fn
lgammaf
(
x
:
f32
)
-
>
f32
{
lgammaf_r
(
x
).
0
}