Home | History | Annotate | Download | only in ScriptCRT

Lines Matching full:asin

327 extern float __attribute__((overloadable)) asin(float);
328 FN_FUNC_FN(asin)
334 return asin(v) / M_PI;