Sign in
cobalt
/
cobalt.git
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
musl
/
src
/
math
/
lgammaf.c
blob: 2ae051d09aae555e1f95a1905685e5c1d735904d [
file
]
#include
<math.h>
#include
"libm.h"
float
lgammaf
(
float
x
)
{
return
__lgammaf_r
(
x
,
&
__signgam
);
}