選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

96 行
5.1KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <title>Fenv (LIBM)</title>
  7. <meta name="description" content="Fenv (LIBM)">
  8. <meta name="keywords" content="Fenv (LIBM)">
  9. <meta name="resource-type" content="document">
  10. <meta name="distribution" content="global">
  11. <meta name="Generator" content="makeinfo">
  12. <link href="index.html#Top" rel="start" title="Top">
  13. <link href="Document-Index.html#Document-Index" rel="index" title="Document Index">
  14. <link href="Document-Index.html#SEC_Contents" rel="contents" title="Table of Contents">
  15. <link href="index.html#Top" rel="up" title="Top">
  16. <link href="feclearexcept.html#feclearexcept" rel="next" title="feclearexcept">
  17. <link href="ctanh.html#ctanh" rel="prev" title="ctanh">
  18. <style type="text/css">
  19. <!--
  20. a.summary-letter {text-decoration: none}
  21. blockquote.indentedblock {margin-right: 0em}
  22. blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
  23. blockquote.smallquotation {font-size: smaller}
  24. div.display {margin-left: 3.2em}
  25. div.example {margin-left: 3.2em}
  26. div.lisp {margin-left: 3.2em}
  27. div.smalldisplay {margin-left: 3.2em}
  28. div.smallexample {margin-left: 3.2em}
  29. div.smalllisp {margin-left: 3.2em}
  30. kbd {font-style: oblique}
  31. pre.display {font-family: inherit}
  32. pre.format {font-family: inherit}
  33. pre.menu-comment {font-family: serif}
  34. pre.menu-preformatted {font-family: serif}
  35. pre.smalldisplay {font-family: inherit; font-size: smaller}
  36. pre.smallexample {font-size: smaller}
  37. pre.smallformat {font-family: inherit; font-size: smaller}
  38. pre.smalllisp {font-size: smaller}
  39. span.nolinebreak {white-space: nowrap}
  40. span.roman {font-family: initial; font-weight: normal}
  41. span.sansserif {font-family: sans-serif; font-weight: normal}
  42. ul.no-bullet {list-style: none}
  43. -->
  44. </style>
  45. </head>
  46. <body lang="en">
  47. <a name="Fenv"></a>
  48. <div class="header">
  49. <p>
  50. Next: <a href="Reentrancy.html#Reentrancy" accesskey="n" rel="next">Reentrancy</a>, Previous: <a href="Complex.html#Complex" accesskey="p" rel="prev">Complex</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="Document-Index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Document-Index.html#Document-Index" title="Index" rel="index">Index</a>]</p>
  51. </div>
  52. <hr>
  53. <a name="Floating_002dPoint-Environment-_0028fenv_002eh_0029"></a>
  54. <h2 class="chapter">3 Floating-Point Environment (<samp>fenv.h</samp>)</h2>
  55. <p>This chapter groups the methods used to manipulate the floating-point
  56. status flags. Floating-point operations modify the floating-point
  57. status flags to indicate abnormal result information.
  58. </p>
  59. <p>The implementation of these methods is architecture specific.
  60. </p>
  61. <table class="menu" border="0" cellspacing="0">
  62. <tr><td align="left" valign="top">&bull; <a href="feclearexcept.html#feclearexcept" accesskey="1">feclearexcept</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Clear floating-point exception
  63. </td></tr>
  64. <tr><td align="left" valign="top">&bull; <a href="fegetenv.html#fegetenv" accesskey="2">fegetenv</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Get current floating-point environment
  65. </td></tr>
  66. <tr><td align="left" valign="top">&bull; <a href="fegetexceptflag.html#fegetexceptflag" accesskey="3">fegetexceptflag</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Get floating-point status flags
  67. </td></tr>
  68. <tr><td align="left" valign="top">&bull; <a href="fegetround.html#fegetround" accesskey="4">fegetround</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Get current rounding direction
  69. </td></tr>
  70. <tr><td align="left" valign="top">&bull; <a href="feholdexcept.html#feholdexcept" accesskey="5">feholdexcept</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Save current floating-point environment
  71. </td></tr>
  72. <tr><td align="left" valign="top">&bull; <a href="feraiseexcept.html#feraiseexcept" accesskey="6">feraiseexcept</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Raise floating-point exception
  73. </td></tr>
  74. <tr><td align="left" valign="top">&bull; <a href="fesetenv.html#fesetenv" accesskey="7">fesetenv</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Set current floating-point environment
  75. </td></tr>
  76. <tr><td align="left" valign="top">&bull; <a href="fesetexceptflag.html#fesetexceptflag" accesskey="8">fesetexceptflag</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Set floating-point status flags
  77. </td></tr>
  78. <tr><td align="left" valign="top">&bull; <a href="fesetround.html#fesetround" accesskey="9">fesetround</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Set current rounding direction
  79. </td></tr>
  80. <tr><td align="left" valign="top">&bull; <a href="fetestexcept.html#fetestexcept">fetestexcept</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Test floating-point exception flags
  81. </td></tr>
  82. <tr><td align="left" valign="top">&bull; <a href="feupdateenv.html#feupdateenv">feupdateenv</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Update current floating-point environment
  83. </td></tr>
  84. </table>
  85. </body>
  86. </html>