CEXP2
Section: Linux Programmer's Manual (3)
Updated: 2008-08-11
Index
JM Home Page
roff page
 
名前
cexp2, cexp2f, cexp2l - 複素数の 2 の累乗
 
書式
#include <complex.h>
double complex cexp2(double complex z);
float complex cexp2f(float complex z);
long double complex cexp2l(long double complex z);
-lm でリンクする。
 
説明
この関数は 2 の z 乗を返す。
 
準拠
関数名は C99 で今後使用するために予約されている。
 
可用性
バージョン 2.8 時点では、glibc にはまだ実装されていない。
 
関連項目
cabs(3),
cexp(3),
clog10(3),
complex(7)
 Index
- 名前
- 
- 書式
- 
- 説明
- 
- 準拠
- 
- 可用性
- 
- 関連項目
- 
This document was created by
man2html,
using the manual pages.
Time: 03:26:38 GMT, April 25, 2010