Espaços nominais
Variantes
Ações

cprojf, cproj, cprojl

De cppreference.com

<metanoindex/>

 
 
 
Aritmética número complexo
Tipos e constantes do imaginário
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.
Manipulação
Original:
Manipulation
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Poder e funções exponenciais
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.
Funções trigonométricas
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.
Funções hiperbólicas
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.
 
<tbody> </tbody>
Definido no cabeçalho <complex.h>
float cprojf( float complex z );
double cproj( double complex z );
long double cprojl( long double complex z );
Calcula a projeção de z na esfera de Riemann.
Original:
Computes the projection of z on the Riemann sphere.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Parâmetros

z -
argumento complexo
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.

Valor de retorno

A projeção de z na esfera de Riemann.
Original:
The projection of z on the Riemann sphere.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Exemplo