cpowf, cpow, cpowl
From cppreference.com
| Defined in header <complex.h>
|
||
| (since C99) | ||
| (since C99) | ||
| (since C99) | ||
Computes the complex power function xy
, with branch cut for the first parameter along the negative real axis.
Contents |
[edit] Parameters
| x, y | - | complex argument |
[edit] Return value
The complex power xy
.
[edit] Example
| This section is incomplete Reason: no example |
[edit] See also
| (C99) (C99) (C99) |
computes the complex square root (function) |
| (C99) (C99) (C99) |
computes the complex base-e exponential (function) |