ctanf, ctan, ctanl
De cppreference.com
|
|
Esta página se ha traducido por ordenador/computador/computadora de la versión en inglés de la Wiki usando Google Translate.
La traducción puede contener errores y palabras aparatosas/incorrectas. Planea sobre el texto para ver la versión original. Puedes ayudar a corregir los errores y mejorar la traducción. Para instrucciones haz clic aquí. |
| Definido en el archivo de encabezado <complex.h>
|
||
float complex ctanf( float complex z ); |
(desde C99) | |
doulbe complex ctan( double complex z ); |
(desde C99) | |
long double complex ctanl( long double complex z ); |
(desde C99) | |
Calcula la tangente complejo de
z .Original:
Computes the complex tangent of
z.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
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 tangente complejo de
z .Original:
The complex tangent of
z.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Ejemplo
| Esta sección está incompleta Razón: sin ejemplo |
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) |
(C99)(C99)(C99) |
calcula el complejo coseno Original: computes the complex 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) |