|
|||||||
|
|
CASINHSection: Manuel du programmeur Linux (3)Updated: 21 juillet 2003 Index Return to Main Contents NOMcasinh, casinhf, casinhl - Fonctions arguments sinus hyperboliques complexes.SYNOPSIS#include <complex.h>double complex casinh(double complex z); float complex casinhf(float complex double z); long double complex casinhl(long double complex z); DESCRIPTIONLa fonction casinh() calcule la version complexe de asinh(). Si y = casinh(z), alors z = csinh(y). La partie imaginaire de y est choisie dans l'intervalle [-pi/2*i,pi/2*i].On a casinh(z) = clog(z+csqrt(z*z+1)). CONFORMITÉC99VOIR AUSSIcabs(3), cimag(3), asinh(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. |