Exemplo n.º 1
0
float tanf(const float x)
{
    return tancotf(x, 0);
}
Exemplo n.º 2
0
Arquivo: _tanf.c Projeto: scrpi/zasm
float tanf(float x) 
{
    return tancotf(x, 0);
}