Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 28 of file acos.c.
{ return atan2(sqrt(1.0 - __x * __x), __x); }