cpowf, cpow, cpowl
来自cppreference.com
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
在头文件 <complex.h> 中定义
|
||
计算复杂的的幂函数xy
,与沿负实轴的第一个参数的分支切割.
,与沿负实轴的第一个参数的分支切割.
原文:
Computes the complex power function xy
, with branch cut for the first parameter along the negative real axis.
, with branch cut for the first parameter along the negative real axis.
目录 |
[编辑] 参数
x, y | - | 复杂的参数
|
[编辑] 返回值
复杂的电源xy
.
.
[编辑] 示例
本章尚未完成 原因:暂无示例 |
[编辑] 另请参阅
(C99) (C99) (C99) |
计算复杂的平方根 (函数) |
(C99) (C99) (C99) |
计算复杂的基e指数 原文: computes the complex base-e exponential (函数) |