Results of 1 - 10 of about 24 for CREAL (0.007 sec.)
- Man page of CREAL 12710
- CREAL Section: Linux Programmer's Manual (3) Updated: 2015-04-19 Index JM Home Page 名前 creal,
...
crealf, creall - 複素数の実部を取得する 書式 #include < complex. ...
h > double creal(double complex z ); float crealf(float complex z ) ...
; long double creall(long double complex z ); -lm でリンクする。 説明 ...
数は複素数 z の実部を返す。 次の関係が成立する: z = creal(z) + I * cimag(z) バージョン これらの関数は glibc ...
-
https://man.plustar.jp/manpage/man3/creal.3.html
- [similar]
- Man page of CREAL 12710
- CREAL Section: Linux Programmer's Manual (3) Updated: 2015-04-19 Index JM Home Page 名前 creal,
...
crealf, creall - 複素数の実部を取得する 書式 #include < complex. ...
h > double creal(double complex z ); float crealf(float complex z ) ...
; long double creall(long double complex z ); -lm でリンクする。 説明 ...
数は複素数 z の実部を返す。 次の関係が成立する: z = creal(z) + I * cimag(z) バージョン これらの関数は glibc ...
-
https://man.plustar.jp/manpage/man3/crealf.3.html
- [similar]
- Man page of CREAL 12710
- CREAL Section: Linux Programmer's Manual (3) Updated: 2015-04-19 Index JM Home Page 名前 creal,
...
crealf, creall - 複素数の実部を取得する 書式 #include < complex. ...
h > double creal(double complex z ); float crealf(float complex z ) ...
; long double creall(long double complex z ); -lm でリンクする。 説明 ...
数は複素数 z の実部を返す。 次の関係が成立する: z = creal(z) + I * cimag(z) バージョン これらの関数は glibc ...
-
https://man.plustar.jp/manpage/man3/creall.3.html
- [similar]
- Man page of CIMAG 7956
- CIMAG Section: Linux Programmer's Manual (3) Updated: 2015-04-19 Index JM Home Page 名前 cimag,
...
数は複素数 z の虚部を返す。 次の関係が成立する: z = creal(z) + I * cimag(z) バージョン これらの関数は glibc ...
、 これは GNU による拡張である。 関連項目 cabs (3), creal (3), complex (7) この文書について この man ページは ...
-
https://man.plustar.jp/manpage/man3/cimag.3.html
- [similar]
- Man page of CIMAG 7956
- CIMAG Section: Linux Programmer's Manual (3) Updated: 2015-04-19 Index JM Home Page 名前 cimag,
...
数は複素数 z の虚部を返す。 次の関係が成立する: z = creal(z) + I * cimag(z) バージョン これらの関数は glibc ...
、 これは GNU による拡張である。 関連項目 cabs (3), creal (3), complex (7) この文書について この man ページは ...
-
https://man.plustar.jp/manpage/man3/cimagf.3.html
- [similar]
- Man page of CIMAG 7956
- CIMAG Section: Linux Programmer's Manual (3) Updated: 2015-04-19 Index JM Home Page 名前 cimag,
...
数は複素数 z の虚部を返す。 次の関係が成立する: z = creal(z) + I * cimag(z) バージョン これらの関数は glibc ...
、 これは GNU による拡張である。 関連項目 cabs (3), creal (3), complex (7) この文書について この man ページは ...
-
https://man.plustar.jp/manpage/man3/cimagl.3.html
- [similar]
- Man page of CARG 7789
- CARG Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 carg, ca
...
ように書くことができる。 z = x + I * y ここで、 x = creal(z) , y = cimag(z) である。 また、極座標を使うと、以 ...
ある。 次の関係が成立する: tan(carg(z)) = cimag(z) / creal(z) 返り値 返り値は [-pi,pi] の範囲である。 バージョ ...
-
https://man.plustar.jp/manpage/man3/carg.3.html
- [similar]
- Man page of CARG 7789
- CARG Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 carg, ca
...
ように書くことができる。 z = x + I * y ここで、 x = creal(z) , y = cimag(z) である。 また、極座標を使うと、以 ...
ある。 次の関係が成立する: tan(carg(z)) = cimag(z) / creal(z) 返り値 返り値は [-pi,pi] の範囲である。 バージョ ...
-
https://man.plustar.jp/manpage/man3/cargf.3.html
- [similar]
- Man page of CARG 7789
- CARG Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 carg, ca
...
ように書くことができる。 z = x + I * y ここで、 x = creal(z) , y = cimag(z) である。 また、極座標を使うと、以 ...
ある。 次の関係が成立する: tan(carg(z)) = cimag(z) / creal(z) 返り値 返り値は [-pi,pi] の範囲である。 バージョ ...
-
https://man.plustar.jp/manpage/man3/cargl.3.html
- [similar]
- Man page of CACOS 7706
- CACOS Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 cacos,
...
c = cacos(z); printf("cacos() = %6.3f %6.3f*i\n", creal(c), cimag(c)); f = -i * clog(z + i * csqrt(1 - z * ...
z)); printf("formula = %6.3f %6.3f*i\n", creal(f), cimag(f)); exit(EXIT_SUCCESS); } 関連項目 ccos ...
-
https://man.plustar.jp/manpage/man3/cacos.3.html
- [similar]