cpow

Autres langues

Langue: fr

Version: 21 juillet 2003 (openSuse - 09/10/07)

Section: 3 (Bibliothèques de fonctions)

NOM

cpow, cpowf, cpowl - Fonctions puissances complexes.

SYNOPSIS

#include <complex.h>

double complex cpow(double complex x ,complex double z);

float complex cpowf(float complex x ,complex float z);

long double complex cpowl(long double complex x ,complex long double z);

DESCRIPTION

Ces fonctions calculent x élevé à la puissance z. (With a branch cut for x along the negative real axis.)

CONFORMITÉ

C99

VOIR AUSSI

cabs(3), pow(3)

TRADUCTION

Christophe Blaess, 2003.