hypotl
long double hypotl(long double, long double);
LDBL_PROTO_NORMAL(hypotl);
DEF_STD(hypotl);
return hypotl(__real__ z, __imag__ z);