Retro68/gcc/newlib/libm/machine/spu/wf_tgamma.c

8 lines
97 B
C
Raw Normal View History

#include <math.h>
#include "headers/tgammaf.h"
float tgammaf(float x)
{
return _tgammaf(x);
}