manページ検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 451 for double (0.011 sec.)
Man page of FABS 4426
FABS Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 fabs, fa ... - 浮動小数点実数の絶対値 書式 #include < math.h > double fabs(double x ); float fabsf(float x ); long doubl ... e fabsl(long double x ); -lm でリンクする。 glibc 向けの機能検査マクロ ... fety MT-Safe 準拠 C99, POSIX.1-2001, POSIX.1-2008. double 版の関数は SVr4, 4.3BSD, C89 にも準拠している。 関 ...
https://man.plustar.jp/manpage/man3/fabs.3.html - [similar]
Man page of FABS 4426
FABS Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 fabs, fa ... - 浮動小数点実数の絶対値 書式 #include < math.h > double fabs(double x ); float fabsf(float x ); long doubl ... e fabsl(long double x ); -lm でリンクする。 glibc 向けの機能検査マクロ ... fety MT-Safe 準拠 C99, POSIX.1-2001, POSIX.1-2008. double 版の関数は SVr4, 4.3BSD, C89 にも準拠している。 関 ...
https://man.plustar.jp/manpage/man3/fabsf.3.html - [similar]
Man page of FABS 4426
FABS Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 fabs, fa ... - 浮動小数点実数の絶対値 書式 #include < math.h > double fabs(double x ); float fabsf(float x ); long doubl ... e fabsl(long double x ); -lm でリンクする。 glibc 向けの機能検査マクロ ... fety MT-Safe 準拠 C99, POSIX.1-2001, POSIX.1-2008. double 版の関数は SVr4, 4.3BSD, C89 にも準拠している。 関 ...
https://man.plustar.jp/manpage/man3/fabsl.3.html - [similar]
Man page of FREXP 4426
FREXP Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 frexp, ... 数成分と整数成分に変換する 書式 #include < math.h > double frexp(double x , int * exp ); float frexpf(float x ... , int * exp ); long double frexpl(long double x , int * exp ); -lm でリンクす ... fety MT-Safe 準拠 C99, POSIX.1-2001, POSIX.1-2008. double 版の関数は SVr4, 4.3BSD, C89 にも準拠している。 例 ... de < stdlib.h > int main(int argc, char *argv[]) { double x, r; int exp; x = strtod(argv[1], NULL); r = frex ...
https://man.plustar.jp/manpage/man3/frexp.3.html - [similar]
Man page of FREXP 4426
FREXP Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 frexp, ... 数成分と整数成分に変換する 書式 #include < math.h > double frexp(double x , int * exp ); float frexpf(float x ... , int * exp ); long double frexpl(long double x , int * exp ); -lm でリンクす ... fety MT-Safe 準拠 C99, POSIX.1-2001, POSIX.1-2008. double 版の関数は SVr4, 4.3BSD, C89 にも準拠している。 例 ... de < stdlib.h > int main(int argc, char *argv[]) { double x, r; int exp; x = strtod(argv[1], NULL); r = frex ...
https://man.plustar.jp/manpage/man3/frexpf.3.html - [similar]
Man page of FREXP 4426
FREXP Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 frexp, ... 数成分と整数成分に変換する 書式 #include < math.h > double frexp(double x , int * exp ); float frexpf(float x ... , int * exp ); long double frexpl(long double x , int * exp ); -lm でリンクす ... fety MT-Safe 準拠 C99, POSIX.1-2001, POSIX.1-2008. double 版の関数は SVr4, 4.3BSD, C89 にも準拠している。 例 ... de < stdlib.h > int main(int argc, char *argv[]) { double x, r; int exp; x = strtod(argv[1], NULL); r = frex ...
https://man.plustar.jp/manpage/man3/frexpl.3.html - [similar]
Man page of REMQUO 4426
REMQUO Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 remquo ... - 商の一部と剰余を求める 書式 #include < math.h > double remquo(double x , double y , int * quo ); float re ... mquof(float x , float y , int * quo ); long double remquol(long double x , long double y , int * quo ...
https://man.plustar.jp/manpage/man3/remquo.3.html - [similar]
Man page of REMQUO 4426
REMQUO Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 remquo ... - 商の一部と剰余を求める 書式 #include < math.h > double remquo(double x , double y , int * quo ); float re ... mquof(float x , float y , int * quo ); long double remquol(long double x , long double y , int * quo ...
https://man.plustar.jp/manpage/man3/remquof.3.html - [similar]
Man page of REMQUO 4426
REMQUO Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 remquo ... - 商の一部と剰余を求める 書式 #include < math.h > double remquo(double x , double y , int * quo ); float re ... mquof(float x , float y , int * quo ); long double remquol(long double x , long double y , int * quo ...
https://man.plustar.jp/manpage/man3/remquol.3.html - [similar]
Man page of ATAN 4352
ATAN Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 atan, at ... 逆正接(arc tangent)関数 書式 #include < math.h > double atan(double x ); float atanf(float x ); long doubl ... e atanl( long double x ); -lm でリンクする。 glibc 向けの機能検査マクロ ... fety MT-Safe 準拠 C99, POSIX.1-2001, POSIX.1-2008. double 版の関数は SVr4, 4.3BSD, C89 にも準拠している。 関 ...
https://man.plustar.jp/manpage/man3/atan.3.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022