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