close
Espacios de nombres
Variantes

cprojf, cproj, cprojl

De cppreference.com
 
 
 
Aritmética de números complejos
Los tipos y la constante imaginaria
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.
Manipulación
Original:
Manipulation
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Potencia y funciones exponenciales
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.
Funciones 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.
Las funciones 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 en el archivo de encabezado <complex.h>
float cprojf( float complex z );
(desde C99)
double cproj( double complex z );
(desde C99)
long double cprojl( long double complex z );
(desde C99)
Calcula la proyección de z en la 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 complejo
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

La proyección de z en la 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.

Ejemplo