Esempio n. 1
0
float tanf(const float x)
{
    return tancotf(x, 0);
}
Esempio n. 2
0
File: _tanf.c Progetto: scrpi/zasm
float tanf(float x) 
{
    return tancotf(x, 0);
}