xref
: /
aosp_15_r20
/
external
/
trusty
/
musl
/
src
/
math
/
tgammaf.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
math.h
>
2
tgammaf(float x)
3
float
tgammaf
(
float
x
)
4
{
5
return
tgamma
(
x
);
6
}
7