Example #1
0
float tanf(const float x)
{
    return tancotf(x, 0);
}
Example #2
0
File: _tanf.c Project: scrpi/zasm
float tanf(float x) 
{
    return tancotf(x, 0);
}