|
expf(3) -- exponential, logarithm, power functions
|
The exp() and the expf() functions compute the exponential value of the given argument x. The expm1() and the expm1f() functions compute the value exp(x)-1 accurately even for tiny argument x. The log... |
expm1(3) -- exponential, logarithm, power functions
|
The exp() and the expf() functions compute the exponential value of the given argument x. The expm1() and the expm1f() functions compute the value exp(x)-1 accurately even for tiny argument x. The log... |
expm1f(3) -- exponential, logarithm, power functions
|
The exp() and the expf() functions compute the exponential value of the given argument x. The expm1() and the expm1f() functions compute the value exp(x)-1 accurately even for tiny argument x. The log... |
extattr(3) -- convert an extended attribute namespace identifier to a string and vice versa
|
The extattr_namespace_to_string() function converts a VFS extended attribute identifier to a human-readable string; the extattr_string_to_namespace() function undoes the aforementioned operation, and ... |
extattr_namespace_to_string(3) -- convert an extended attribute namespace identifier to a string and vice versa
|
The extattr_namespace_to_string() function converts a VFS extended attribute identifier to a human-readable string; the extattr_string_to_namespace() function undoes the aforementioned operation, and ... |
extattr_string_to_namespace(3) -- convert an extended attribute namespace identifier to a string and vice versa
|
The extattr_namespace_to_string() function converts a VFS extended attribute identifier to a human-readable string; the extattr_string_to_namespace() function undoes the aforementioned operation, and ... |
fabs(3) -- floating-point absolute value functions
|
The fabs(), the fabsf() and the fabsl() functions compute the absolute value of a floating-point number x. |
fabsf(3) -- floating-point absolute value functions
|
The fabs(), the fabsf() and the fabsl() functions compute the absolute value of a floating-point number x. |
fclose(3) -- close a stream
|
The fclose() function dissociates the named stream from its underlying file or set of functions. If the stream was being used for output, any buffered data is written first, using fflush(3). |
fdopen(3) -- stream open functions
|
The fopen() function opens the file whose name is the string pointed to by path and associates a stream with it. The argument mode points to a string beginning with one of the following sequences (Add... |
feof(3) -- check and reset stream status
|
The function clearerr() clears the end-of-file and error indicators for the stream pointed to by stream. The function feof() tests the end-of-file indicator for the stream pointed to by stream, return... |
feof_unlocked(3) -- check and reset stream status
|
The function clearerr() clears the end-of-file and error indicators for the stream pointed to by stream. The function feof() tests the end-of-file indicator for the stream pointed to by stream, return... |
ferror(3) -- check and reset stream status
|
The function clearerr() clears the end-of-file and error indicators for the stream pointed to by stream. The function feof() tests the end-of-file indicator for the stream pointed to by stream, return... |