Sign in
mojo
/
mojo
/
de6c20aad64d53a7061c10e724e9924cfec679f6
/
.
/
fusl
/
src
/
math
/
tgammaf.c
blob: 6d8d33f8f9eb70f2cb3efb8a582af39b6d8fcf42 [
file
] [
log
] [
blame
]
#include
<math.h>
float
tgammaf
(
float
x
)
{
return
tgamma
(
x
);
}