예제 #1
0
파일: tanf.c 프로젝트: carlobar/milkymist
float tanf(const float x)
{
    return tancotf(x, 0);
}
예제 #2
0
파일: _tanf.c 프로젝트: scrpi/zasm
float tanf(float x) 
{
    return tancotf(x, 0);
}