|
|||||||
|
|
CASINSection: Manuel du programmeur Linux (3)Updated: 21 juillet 2003 Index Return to Main Contents NOMcasin, casinf, casinl - Fonctions arc sinus complexes.SYNOPSIS#include <complex.h>double complex casin(double complex z); float complex casinf(float complex z); long double complex casinl(long double complex z); DESCRIPTIONLa fonction casin() calcule la version complexe de la fonction asin(). Si y = casin(z), alors z = csin(y). La partie réelle de y est choisie dans l'intervalle [-pi/2,pi/2].On a casin(z) = -i clog(iz+csqrt(1-z*z)). CONFORMITÉC99VOIR AUSSIclog(3), ccos(3)TRADUCTION$Christophe 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. |