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
Run this code
Output:
-3.000000+4.000000i -0.222517+0.100709i
[edit] See also
| (C99)(C99)(C99) | computes the complex square root (function) | 
| (C99)(C99) | computes a number raised to the given power (xy) (function) | 
| C++ documentation for pow | |


