Espacios de nombres
Variantes
Acciones

ccosf, ccos, ccosl

De cppreference.com
< c‎ | numeric‎ | complex
 
 
 
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.
 
Definido en el archivo de encabezado <complex.h>
floatcomplex       ccosf(floatcomplex z );
(desde C99)
doulbe complex      ccos(doublecomplex z );
(desde C99)
longdoublecomplex ccosl(longdoublecomplex z );
(desde C99)
Calcula el coseno del complejo z .
Original:
Computes the complex cosine of z.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Contenido

[editar]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.

[editar]Valor de retorno

El complejo de coseno z .
Original:
The complex cosine of z.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[editar]Ejemplo

[editar]Ver también

(C99)(C99)(C99)
Calcula el seno complejo
Original:
computes the complex sine
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(función)[editar]
(C99)(C99)(C99)
Calcula la tangente complejo
Original:
computes the complex tangent
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(función)[editar]
close