blob: 18ff615d82c5c3cde94c83368cf78c55302bb6c1 [file] [log] [blame]
#include "headers/atand2.h"
static __inline double _atan(double x)
{
return spu_extract(_atand2(spu_promote(x, 0)), 0);
}