9a9b91c940
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
7 lines
65 B
C
7 lines
65 B
C
#include <math.h>
|
|
|
|
float tgammaf(float x)
|
|
{
|
|
return tgamma(x);
|
|
}
|