|
|||||||
|
|
CACOSHSection: Manuel du programmeur Linux (3)Updated: 21 juillet 2003 Index Return to Main Contents NOMcacosh, cacoshf, cacoshl - Fonctions arguments cosinus hyperboliques complexes.SYNOPSIS#include <complex.h>double complex cacosh(double complex z); float complex cacoshf(float complex double z); long double complex cacoshl(long double complex z); DESCRIPTIONLa fonction cacosh() calcule la version complexe de acosh(). Si y = cacosh(z), alors z = ccosh(y). La partie imaginaire de y est choisie dans l'intervalle [-pi*i,pi*i]. La partie réelle de y est positive ou nulle.On a cacosh(z) = (0.5)*clog((1+z)/(1-z)). CONFORMITÉC99VOIR AUSSIcabs(3), cimag(3), acosh(3)TRADUCTIONChristophe Blaess, 2003.
Index | ||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "Linuxinfor Man Pages in HTML Format: man3". See Index Page for more info about Authorship and Copyright. 1999-2008 Linuxinfor.com. No rights reserved. |