manページ検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 591 for error (0.114 sec.)
Man page of SIN 4013
SIN Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 sin, sinf ... が正の無限大か負の無限大の場合、 領域エラー (domain error) が発生し、NaN が返される。 エラー これらの関数を呼 ... にエラーが発生したかの判定方法についての情報は math_error (7) を参照のこと。 以下のエラーが発生する可能性があ ... る。 領域エラー (domain error): x が無限大である errno に EDOM が設定される (「バ ...
https://man.plustar.jp/manpage/man3/sinf.3.html - [similar]
Man page of SIN 4013
SIN Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 sin, sinf ... が正の無限大か負の無限大の場合、 領域エラー (domain error) が発生し、NaN が返される。 エラー これらの関数を呼 ... にエラーが発生したかの判定方法についての情報は math_error (7) を参照のこと。 以下のエラーが発生する可能性があ ... る。 領域エラー (domain error): x が無限大である errno に EDOM が設定される (「バ ...
https://man.plustar.jp/manpage/man3/sinl.3.html - [similar]
Man page of UNIX 4013
UNIX Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 unix - ロ ... sys/un.h > unix_socket = socket(AF_UNIX, type, 0); error = socketpair(AF_UNIX, type, 0, int * sv ); 説明 AF ... han this limit causes sendmsg (2) to fail with the error EINVAL . SCM_MAX_FD has the value 253 (or 255 in k ... を入れて返す。 正しい書式は以下の通り。 int value ; error = ioctl( unix_socket , ioctl_type , & value ); ioc ... e socket must not be in LISTEN state, otherwise an error ( EINVAL ) is returned. SIOCINQ is defined in < li ...
https://man.plustar.jp/manpage/man7/unix.7.html - [similar]
Man page of POLL 3975
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... E 機能検査マクロを定義しなければならない。 POLLERR Error condition (only returned in revents ; ignored in e ... a negative value expressed in *tmo_p results in an error from ppoll (). なぜ ppoll () が必要なのかについての ... set to a nonzero value (indicating an event or an error). A return value of zero indicates that the system ... ed out before any file descriptors became read. On error, -1 is returned, and errno is set to indicate the ...
https://man.plustar.jp/manpage/man2/poll.2.html - [similar]
Man page of POLL 3975
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... E 機能検査マクロを定義しなければならない。 POLLERR Error condition (only returned in revents ; ignored in e ... a negative value expressed in *tmo_p results in an error from ppoll (). なぜ ppoll () が必要なのかについての ... set to a nonzero value (indicating an event or an error). A return value of zero indicates that the system ... ed out before any file descriptors became read. On error, -1 is returned, and errno is set to indicate the ...
https://man.plustar.jp/manpage/man2/ppoll.2.html - [similar]
Man page of SYSCALL 3975
SYSCALL Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 sysca ... em call result, and the register used to signal an error. Arch/ABI Instruction System Ret Ret Error 備考 ca ... , a register is used as a boolean (0 indicating no error, and -1 indicating an error) to signal that the sy ... stem call failed. The actual error value is still contained in the return register. O ...
https://man.plustar.jp/manpage/man2/syscall.2.html - [similar]
Man page of ACOSH 3975
ACOSH Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 acosh, ... される。 x が 1 より小さい場合、 領域エラー (domain error) が発生し、NaN が返される。 エラー これらの関数を呼 ... にエラーが発生したかの判定方法についての情報は math_error (7) を参照のこと。 以下のエラーが発生する可能性があ ... る。 領域エラー (domain error): x が 1 より小さい errno に EDOM が設定される。 不 ...
https://man.plustar.jp/manpage/man3/acosh.3.html - [similar]
Man page of ACOSH 3975
ACOSH Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 acosh, ... される。 x が 1 より小さい場合、 領域エラー (domain error) が発生し、NaN が返される。 エラー これらの関数を呼 ... にエラーが発生したかの判定方法についての情報は math_error (7) を参照のこと。 以下のエラーが発生する可能性があ ... る。 領域エラー (domain error): x が 1 より小さい errno に EDOM が設定される。 不 ...
https://man.plustar.jp/manpage/man3/acoshf.3.html - [similar]
Man page of ACOSH 3975
ACOSH Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 acosh, ... される。 x が 1 より小さい場合、 領域エラー (domain error) が発生し、NaN が返される。 エラー これらの関数を呼 ... にエラーが発生したかの判定方法についての情報は math_error (7) を参照のこと。 以下のエラーが発生する可能性があ ... る。 領域エラー (domain error): x が 1 より小さい errno に EDOM が設定される。 不 ...
https://man.plustar.jp/manpage/man3/acoshl.3.html - [similar]
Man page of ERF 3975
ERF Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 erf, erff ... が返される。 x が非正規化数の場合、範囲エラー (range error) が発生し、 返り値は 2*x/sqrt(pi) となる。 エラー ... にエラーが発生したかの判定方法についての情報は math_error (7) を参照のこと。 以下のエラーが発生する可能性があ ... る。 範囲エラー (range error): 結果がアンダーフローする ( x が非正規化数) アンダ ...
https://man.plustar.jp/manpage/man3/erf.3.html - [similar]
PREV 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 NEXT

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