index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vendor
/
libm
/
src
/
math
/
lgammaf.rs
blob: dfdc87f9622c68533d05db3a5cffacfce610855f (
plain
)
1
2
3
4
5
use
super
::
lgammaf_r
;
pub
fn
lgammaf
(
x
:
f32
)
->
f32
{
lgammaf_r
(
x
).
0
}