Results of 1 - 10 of about 17 for pow (0.009 sec.)
- Man page of POW 12035
- POW Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 pow, powf
...
, powl - 累乗関数 書式 #include < math.h > double pow(do ...
uble x , double y ); float powf(float x , float y ); long double powl(long double ...
能検査マクロの要件 ( feature_test_macros (7) 参照): powf (), powl (): _ISOC99_SOURCE || _POSIX_C_SOURCE >= ...
、 attributes (7) を参照。 インターフェース 属性 値 pow (), powf (), powl () Thread safety MT-Safe 準拠 C9 ...
-
https://man.plustar.jp/manpage/man3/pow.3.html
- [similar]
- Man page of POW 12035
- POW Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 pow, powf
...
, powl - 累乗関数 書式 #include < math.h > double pow(do ...
uble x , double y ); float powf(float x , float y ); long double powl(long double ...
能検査マクロの要件 ( feature_test_macros (7) 参照): powf (), powl (): _ISOC99_SOURCE || _POSIX_C_SOURCE >= ...
、 attributes (7) を参照。 インターフェース 属性 値 pow (), powf (), powl () Thread safety MT-Safe 準拠 C9 ...
-
https://man.plustar.jp/manpage/man3/powf.3.html
- [similar]
- Man page of POW 12035
- POW Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 pow, powf
...
, powl - 累乗関数 書式 #include < math.h > double pow(do ...
uble x , double y ); float powf(float x , float y ); long double powl(long double ...
能検査マクロの要件 ( feature_test_macros (7) 参照): powf (), powl (): _ISOC99_SOURCE || _POSIX_C_SOURCE >= ...
、 attributes (7) を参照。 インターフェース 属性 値 pow (), powf (), powl () Thread safety MT-Safe 準拠 C9 ...
-
https://man.plustar.jp/manpage/man3/powl.3.html
- [similar]
- Man page of POW10 9207
- POW10 Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 pow10,
...
pow10f, pow10l - 底が 10 の累乗関数 書式 #define _GNU_SOURCE / ...
test_macros (7) 参照 */ #include < math.h > double pow10(double x ); float pow10f(float x ); long double ...
、 attributes (7) を参照。 インターフェース 属性 値 pow10 (), pow10f (), pow10l () Thread safety MT-Safe 準 ...
非標準の GNU による拡張である。 関連項目 exp10 (3), pow (3) この文書について この man ページは Linux man-p ...
-
https://man.plustar.jp/manpage/man3/pow10.3.html
- [similar]
- Man page of POW10 9207
- POW10 Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 pow10,
...
pow10f, pow10l - 底が 10 の累乗関数 書式 #define _GNU_SOURCE / ...
test_macros (7) 参照 */ #include < math.h > double pow10(double x ); float pow10f(float x ); long double ...
、 attributes (7) を参照。 インターフェース 属性 値 pow10 (), pow10f (), pow10l () Thread safety MT-Safe 準 ...
非標準の GNU による拡張である。 関連項目 exp10 (3), pow (3) この文書について この man ページは Linux man-p ...
-
https://man.plustar.jp/manpage/man3/pow10f.3.html
- [similar]
- Man page of POW10 9207
- POW10 Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 pow10,
...
pow10f, pow10l - 底が 10 の累乗関数 書式 #define _GNU_SOURCE / ...
test_macros (7) 参照 */ #include < math.h > double pow10(double x ); float pow10f(float x ); long double ...
、 attributes (7) を参照。 インターフェース 属性 値 pow10 (), pow10f (), pow10l () Thread safety MT-Safe 準 ...
非標準の GNU による拡張である。 関連項目 exp10 (3), pow (3) この文書について この man ページは Linux man-p ...
-
https://man.plustar.jp/manpage/man3/pow10l.3.html
- [similar]
- Man page of MATHERR 8242
- MATHERR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 mathe
...
) SING -HUGE y EDOM log10(x<0) DOMAIN -HUGE y EDOM pow(0.0,0.0) DOMAIN 0.0 y EDOM pow(x,y) o/f OVERFLOW H ...
UGE n ERANGE pow(x,y) u/f UNDERFLOW 0.0 n ERANGE pow(NaN,0.0) DOMAI ...
-
https://man.plustar.jp/manpage/man3/matherr.3.html
- [similar]
- JM Project (Japanese)::List(man1) 7966
- Linux マニュアル 一覧表 アルファベット順 - p linuxマニュアルの p の一覧表です。 Linux マニュアル
...
ons man7 posixoptions - POSIX 標準の選択可能な部分 pow10 man3 pow10, pow10f, pow10l - 底が 10 の累乗関数 ...
pow10f man3 pow10, pow10f, pow10l - 底が 10 の累乗関数 pow10l man3 ...
pow10, pow10f, pow10l - 底が 10 の累乗関数 pow man3 po ...
w, powf, powl - 累乗関数 poweroff man8 halt, reboot, powe ...
-
https://man.plustar.jp/manpage/man_p.html
- [similar]
- Man page of CPOW 7535
- CPOW Section: Linux Programmer's Manual (3) Updated: 2015-04-19 Index JM Home Page 名前 cpow, cpow
...
owf, cpowl - 複素数の累乗関数 書式 #include < complex.h > do ...
uble complex cpow(double complex x , complex double z ); float compl ...
ex cpowf(float complex x , complex float z ); long double ...
complex cpowl(long double complex x , complex long double z ); ...
-
https://man.plustar.jp/manpage/man3/cpow.3.html
- [similar]
- Man page of CPOW 7535
- CPOW Section: Linux Programmer's Manual (3) Updated: 2015-04-19 Index JM Home Page 名前 cpow, cpow
...
owf, cpowl - 複素数の累乗関数 書式 #include < complex.h > do ...
uble complex cpow(double complex x , complex double z ); float compl ...
ex cpowf(float complex x , complex float z ); long double ...
complex cpowl(long double complex x , complex long double z ); ...
-
https://man.plustar.jp/manpage/man3/cpowf.3.html
- [similar]