Espacios de nombres
Variantes

csinhf, csinh, csinhl

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.
 
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.

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

The complex hyperbolic sine of z.

Ejemplo

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]