logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

feclearexcept.3p (2319B)


  1. '\" et
  2. .TH FECLEAREXCEPT "3P" 2017 "IEEE/The Open Group" "POSIX Programmer's Manual"
  3. .\"
  4. .SH PROLOG
  5. This manual page is part of the POSIX Programmer's Manual.
  6. The Linux implementation of this interface may differ (consult
  7. the corresponding Linux manual page for details of Linux behavior),
  8. or the interface may not be implemented on Linux.
  9. .\"
  10. .SH NAME
  11. feclearexcept
  12. \(em clear floating-point exception
  13. .SH SYNOPSIS
  14. .LP
  15. .nf
  16. #include <fenv.h>
  17. .P
  18. int feclearexcept(int \fIexcepts\fP);
  19. .fi
  20. .SH DESCRIPTION
  21. The functionality described on this reference page is aligned with the
  22. ISO\ C standard. Any conflict between the requirements described here and the
  23. ISO\ C standard is unintentional. This volume of POSIX.1\(hy2017 defers to the ISO\ C standard.
  24. .P
  25. The
  26. \fIfeclearexcept\fR()
  27. function shall attempt to clear the supported floating-point
  28. exceptions represented by
  29. .IR excepts .
  30. .SH "RETURN VALUE"
  31. If the argument is zero or if all the specified exceptions were
  32. successfully cleared,
  33. \fIfeclearexcept\fR()
  34. shall return zero. Otherwise, it shall return a non-zero value.
  35. .SH ERRORS
  36. No errors are defined.
  37. .LP
  38. .IR "The following sections are informative."
  39. .SH EXAMPLES
  40. None.
  41. .SH "APPLICATION USAGE"
  42. None.
  43. .SH RATIONALE
  44. None.
  45. .SH "FUTURE DIRECTIONS"
  46. None.
  47. .SH "SEE ALSO"
  48. .IR "\fIfegetexceptflag\fR\^(\|)",
  49. .IR "\fIferaiseexcept\fR\^(\|)",
  50. .IR "\fIfetestexcept\fR\^(\|)"
  51. .P
  52. The Base Definitions volume of POSIX.1\(hy2017,
  53. .IR "\fB<fenv.h>\fP"
  54. .\"
  55. .SH COPYRIGHT
  56. Portions of this text are reprinted and reproduced in electronic form
  57. from IEEE Std 1003.1-2017, Standard for Information Technology
  58. -- Portable Operating System Interface (POSIX), The Open Group Base
  59. Specifications Issue 7, 2018 Edition,
  60. Copyright (C) 2018 by the Institute of
  61. Electrical and Electronics Engineers, Inc and The Open Group.
  62. In the event of any discrepancy between this version and the original IEEE and
  63. The Open Group Standard, the original IEEE and The Open Group Standard
  64. is the referee document. The original Standard can be obtained online at
  65. http://www.opengroup.org/unix/online.html .
  66. .PP
  67. Any typographical or formatting errors that appear
  68. in this page are most likely
  69. to have been introduced during the conversion of the source files to
  70. man page format. To report such errors, see
  71. https://www.kernel.org/doc/man-pages/reporting_bugs.html .