Espacios de nombres
Variantes
Acciones

csinhf, csinh, csinhl

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.
csinh
 
Definido en el archivo de encabezado <complex.h>
float complex       csinhf( float complex z );
(desde C99)
doulbe complex      csinh( double complex z );
(desde C99)
long double complex csinhl( long double complex z );
(desde C99)

Computes the complex hyperbolic sine of z.

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

The complex hyperbolic sine of z.

[editar] Ejemplo

[editar] Ver también

(C99)(C99)(C99)
calcula el complejo coseno hiperbólico
Original:
computes the complex hyperbolic cosine
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)
computes the complex hyperbolic tangent
(función) [editar]