#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); -lm でリンクする。
インターフェース | 属性 | 値 |
cpow(), cpowf(), cpowl() | Thread safety | MT-Safe |
[man1]
[man2]
[man3]
[man4]
[man5]
[man6]
[man7]
[man8]
[a]
[b]
[c]
[d]
[e]
[f]
[g]
[h]
[i]
[j]
[k]
[l]
[m]
[n]
[o]
[p]
[q]
[r]
[s]
[t]
[u]
[v]
[w]
[x]
[y]
[z]