libc/newlib/libm/machine/spu/headers/atanhf.h

7 lines
127 B
C

#include "headers/atanhf4.h"
static __inline float _atanhf(float x)
{
return spu_extract(_atanhf4(spu_promote(x, 0)), 0);
}