Sign in
◑
Theme
mojo
/
mojo-tools
/
e72c5b36e0633399dfe0f906be25cdf0fc0935be
/
.
/
fusl
/
src
/
math
/
lgammaf.c
blob: a4786c546aeb97c2face7a0882517ee452d5d63e [
file
]
#include
<math.h>
extern
int
__signgam
;
float
__lgammaf_r
(
float
,
int
*);
float
lgammaf
(
float
x
)
{
return
__lgammaf_r
(
x
,
&
__signgam
);
}