clogf, clog, clogl

Da cppreference.com.
< c‎ | numeric‎ | complex

 
 
 
Numero aritmetica complesso
Tipi e la costante immaginaria
Original:
Types and the imaginary constant
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Manipolazione
Original:
Manipulation
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Potenza e funzioni esponenziali
Original:
Power and exponential functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
cexp
clog
Funzioni trigonometriche
Original:
Trigonometric functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Funzioni iperboliche
Original:
Hyperbolic functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
 
Elemento definito nell'header <complex.h>
floatcomplex       clogf(floatcomplex z );
doulbe complex      clog(doublecomplex z );
longdoublecomplex clogl(longdoublecomplex z );
Calcola il complesso naturale (a base e) logaritmo di z con taglio ramo lungo l'asse reale negativo.
Original:
Computes the complex natural (base-e) logarithm of z with branch cut along the negative real axis.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Indice

[modifica]Parametri

z -
argomento complesso
Original:
complex argument
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[modifica]Valore di ritorno

Il logaritmo naturale del complesso z nel (−∞; +∞) intervallo lungo l'asse reale e in (−iπ; +iπ) intervallo lungo l'asse immaginario.
Original:
The complex natural logarithm of z in the interval (−∞; +∞) along the real axis and in the interval (−iπ; +iπ) along the imaginary axis.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[modifica]Esempio

[modifica]Vedi anche

(C99)
(C99)
(C99)
calcola il complesso base-e esponenziale
Original:
computes the complex base-e exponential
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(funzione)[modifica]
close