Initial import
This commit is contained in:
6
libc/math/tgammaf.c
Normal file
6
libc/math/tgammaf.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "libc/math/math.h"
|
||||
|
||||
float tgammaf(float x)
|
||||
{
|
||||
return tgamma(x);
|
||||
}
|
||||
Reference in New Issue
Block a user