Exemple #1
0
float tanf(const float x)
{
    return tancotf(x, 0);
}
Exemple #2
0
float tanf(float x) 
{
    return tancotf(x, 0);
}