CPOW

Section: Manuel du programmeur Linux (3)
Updated: 21 juillet 2003
Index


NOM
SYNOPSIS
DESCRIPTION
CONFORMITÉ
VOIR AUSSI
TRADUCTION

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.