mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-12 09:17:53 +00:00
6 lines
75 B
C
6 lines
75 B
C
#include "libc/math/math.h"
|
|
|
|
float tgammaf(float x)
|
|
{
|
|
return tgamma(x);
|
|
}
|