Exemplo n.º 1
0
float
__cargf (__complex__ float x)
{
  return __atan2f (__imag__ x, __real__ x);
}
Exemplo n.º 2
0
float
__c2_cargf (c2_cfloat_decl (x))
{
  return __atan2f (c2_cfloat_imag (x), c2_cfloat_real (x));
}