Home | History | Annotate | Download | only in runtime

Lines Matching refs:atan

360 extern float __attribute__((overloadable)) atan(float);
361 FN_FUNC_FN(atan)
370 return atan(v) / M_PI;