|
|||||||
|
|
CLOGSection: Manuel du programmeur Linux (3)Updated: 21 juillet 2003 Index Return to Main Contents NOMclog, clogf, clogl - Logarithmes népériens de nombres complexes.SYNOPSIS#include <complex.h>double complex clog(double complexz); float complex clogf(float complex z); long double complex clogl(long double complexz); DESCRIPTIONLa fonction logarithme clog() est l'inverions de la fonction exponentielle cexp(). Ainsi, si y = clog(z), alors z = cexp(y). La partie imaginaire de y choisie dans l'intervalle [-I*pi,I*pi].On a clog(z) = log(cabs(z))+i*carg(z). Notez que si z est proche de zéro, il peut y avoir un débordement. CONFORMITÉC99VOIR AUSSIcabs(3), cexp(3), clog10(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. |