Files
cfg_if
libm
packed_simd_2
1
2
3
4
5
use super::lgammaf_r;

pub fn lgammaf(x: f32) -> f32 {
    lgammaf_r(x).0
}