4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-21 05:49:19 +08:00
Mike Frysinger 72b6105518 newlib: docs: add "Function " to every function node
When creating a split manual with one-node-per-page, the main index.html
ends up getting clobbered by the page for the index() function because
it uses "@node index" which, for html, also creates an index.html page.
To remedy this, add "Function " to every function node so now we output
"Function-index.html" and avoid clobbering.  It also namespaces every
other function and helps make sure we don't clobber anything else.

Otherwise, there isn't really much rendering difference as @node text
is mostly internal.  Node title text comes from @section instead.
2024-01-22 21:58:58 -05:00

46 lines
1.4 KiB
TeX

@node Fenv
@chapter Floating-Point Environment (@file{fenv.h})
This chapter groups the methods used to manipulate the floating-point
status flags. Floating-point operations modify the floating-point
status flags to indicate abnormal result information.
The implementation of these methods is architecture specific.
@menu
* Function feclearexcept:: Clear floating-point exception
* Function fegetenv:: Get current floating-point environment
* Function fegetexceptflag:: Get floating-point status flags
* Function fegetround:: Get current rounding direction
* Function feholdexcept:: Save current floating-point environment
* Function feraiseexcept:: Raise floating-point exception
* Function fesetenv:: Set current floating-point environment
* Function fesetexceptflag:: Set floating-point status flags
* Function fesetround:: Set current rounding direction
* Function fetestexcept:: Test floating-point exception flags
* Function feupdateenv:: Update current floating-point environment
@end menu
@page
@include fenv/feclearexcept.def
@page
@include fenv/fegetenv.def
@page
@include fenv/fegetexceptflag.def
@page
@include fenv/fegetround.def
@page
@include fenv/feholdexcept.def
@page
@include fenv/feraiseexcept.def
@page
@include fenv/fesetenv.def
@page
@include fenv/fesetexceptflag.def
@page
@include fenv/fesetround.def
@page
@include fenv/fetestexcept.def
@page
@include fenv/feupdateenv.def