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