manページ検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 3105 for Y (0.007 sec.)
Man page of NEXTAFTER 4848
NEXTAFTER Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 nex ... lude < math.h > double nextafter(double x , double y ); float nextafterf(float x , float y ); long doub ... le nextafterl(long double x , long double y ); double nexttoward(double x , long double y ); f ... loat nexttowardf(float x , long double y ); long double nexttowardl(long double x , long do ... uble y ); -lm でリンクする。 glibc 向けの機能検査マクロの ...
https://man.plustar.jp/manpage/man3/nextafterf.3.html - [similar]
Man page of NEXTAFTER 4848
NEXTAFTER Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 nex ... lude < math.h > double nextafter(double x , double y ); float nextafterf(float x , float y ); long doub ... le nextafterl(long double x , long double y ); double nexttoward(double x , long double y ); f ... loat nexttowardf(float x , long double y ); long double nexttowardl(long double x , long do ... uble y ); -lm でリンクする。 glibc 向けの機能検査マクロの ...
https://man.plustar.jp/manpage/man3/nextafterl.3.html - [similar]
Man page of NEXTAFTER 4848
NEXTAFTER Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 nex ... lude < math.h > double nextafter(double x , double y ); float nextafterf(float x , float y ); long doub ... le nextafterl(long double x , long double y ); double nexttoward(double x , long double y ); f ... loat nexttowardf(float x , long double y ); long double nexttowardl(long double x , long do ... uble y ); -lm でリンクする。 glibc 向けの機能検査マクロの ...
https://man.plustar.jp/manpage/man3/nexttoward.3.html - [similar]
Man page of NEXTAFTER 4848
NEXTAFTER Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 nex ... lude < math.h > double nextafter(double x , double y ); float nextafterf(float x , float y ); long doub ... le nextafterl(long double x , long double y ); double nexttoward(double x , long double y ); f ... loat nexttowardf(float x , long double y ); long double nexttowardl(long double x , long do ... uble y ); -lm でリンクする。 glibc 向けの機能検査マクロの ...
https://man.plustar.jp/manpage/man3/nexttowardf.3.html - [similar]
Man page of NEXTAFTER 4848
NEXTAFTER Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 nex ... lude < math.h > double nextafter(double x , double y ); float nextafterf(float x , float y ); long doub ... le nextafterl(long double x , long double y ); double nexttoward(double x , long double y ); f ... loat nexttowardf(float x , long double y ); long double nexttowardl(long double x , long do ... uble y ); -lm でリンクする。 glibc 向けの機能検査マクロの ...
https://man.plustar.jp/manpage/man3/nexttowardl.3.html - [similar]
Man page of FMOD 4614
FMOD Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 fmod, fm ... #include < math.h > double fmod(double x , double y ); float fmodf(float x , float y ); long double fm ... odl(long double x , long double y ); -lm でリンクする。 glibc 向けの機能検査マクロの ... SD_SOURCE || _SVID_SOURCE 説明 これらの関数は x を y で割った浮動小数点剰余を計算する。 返り値は x - n ... * y である。 ここで、 n は x / y の商を ゼロに向かう方 ...
https://man.plustar.jp/manpage/man3/fmod.3.html - [similar]
Man page of FMOD 4614
FMOD Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 fmod, fm ... #include < math.h > double fmod(double x , double y ); float fmodf(float x , float y ); long double fm ... odl(long double x , long double y ); -lm でリンクする。 glibc 向けの機能検査マクロの ... SD_SOURCE || _SVID_SOURCE 説明 これらの関数は x を y で割った浮動小数点剰余を計算する。 返り値は x - n ... * y である。 ここで、 n は x / y の商を ゼロに向かう方 ...
https://man.plustar.jp/manpage/man3/fmodf.3.html - [similar]
Man page of FMOD 4614
FMOD Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 fmod, fm ... #include < math.h > double fmod(double x , double y ); float fmodf(float x , float y ); long double fm ... odl(long double x , long double y ); -lm でリンクする。 glibc 向けの機能検査マクロの ... SD_SOURCE || _SVID_SOURCE 説明 これらの関数は x を y で割った浮動小数点剰余を計算する。 返り値は x - n ... * y である。 ここで、 n は x / y の商を ゼロに向かう方 ...
https://man.plustar.jp/manpage/man3/fmodl.3.html - [similar]
Man page of FMA 4466
FMA Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 fma, fmaf ... 式 #include < math.h > double fma(double x , double y , double z ); float fmaf(float x , float y , float ... z ); long double fmal(long double x , long double y , long double z ); -lm でリンクする。 glibc 向けの ... _POSIX_C_SOURCE >= 200112L 説明 これらの関数は x * y + z を計算する。 結果は、一つの三項演算として現在の ... られる ( fenv (3) 参照)。 返り値 これらの関数は x * y + z の、一つの三項演算として丸められた値を返す。 x ...
https://man.plustar.jp/manpage/man3/fma.3.html - [similar]
Man page of FMA 4466
FMA Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 fma, fmaf ... 式 #include < math.h > double fma(double x , double y , double z ); float fmaf(float x , float y , float ... z ); long double fmal(long double x , long double y , long double z ); -lm でリンクする。 glibc 向けの ... _POSIX_C_SOURCE >= 200112L 説明 これらの関数は x * y + z を計算する。 結果は、一つの三項演算として現在の ... られる ( fenv (3) 参照)。 返り値 これらの関数は x * y + z の、一つの三項演算として丸められた値を返す。 x ...
https://man.plustar.jp/manpage/man3/fmaf.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT

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