Aracılığıyla paylaş


csqrt, csqrtf, csqrtl

Negatif gerçek eksen boyunca kesilen bir dal ile karmaşık bir sayının karekökünü alır.

Sözdizimi

_Dcomplex csqrt(
   _Dcomplex z
);
_Fcomplex csqrt(
   _Fcomplex z
);  // C++ only
_Lcomplex csqrt(
   _Lcomplex z
);  // C++ only
_Fcomplex csqrtf(
   _Fcomplex z
);
_Lcomplex csqrtl(
   _Lcomplex z
);

Parametreler

z
Karmaşık bir sayı.

Dönüş değeri

karekök.z Sonuç sağ yarım düzlemdedir.

Giriş SEH özel durumu _matherr özel durumu
± QNaN, IND yok _ALAN
-INF yok _ALAN

Açıklamalar

C++ aşırı yüklemeye izin verdiğinden, bu alma ve döndürme _Fcomplex ile _Lcomplex değerlerinin csqrt aşırı yüklemelerini çağırabilirsiniz. C programında her csqrt zaman bir _Dcomplex değer alır ve döndürür.

Gereksinimler

Yordam C üst bilgisi C++ üst bilgisi
csqrt, csqrtf, csqrtl <complex.h> <ccomplex>

Daha fazla uyumluluk bilgisi için bkz . Uyumluluk.

Ayrıca bkz.

Alfabetik işlev başvurusu
catanh, catanhf, catanhl
ctanh, ctanhf, ctanhl
catan, catanf, catanl
csinh, csinhf, csinhl
casinh, casinhf, casinhl
ccosh, ccoshf, ccoshl
cacosh, cacoshf, cacoshl
cacos, cacosf, cacosl
ctan, ctanf, ctanl
csin, csinf, csinl
casin, casinf, casinl
ccos, ccosf, ccosl