Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/fenv/fenv.tex')
-rw-r--r--newlib/libm/fenv/fenv.tex22
1 files changed, 11 insertions, 11 deletions
diff --git a/newlib/libm/fenv/fenv.tex b/newlib/libm/fenv/fenv.tex
index 3b76003d3..567a6e90b 100644
--- a/newlib/libm/fenv/fenv.tex
+++ b/newlib/libm/fenv/fenv.tex
@@ -8,17 +8,17 @@ status flags to indicate abnormal result information.
The implementation of these methods is architecture specific.
@menu
-* feclearexcept:: Clear floating-point exception
-* fegetenv:: Get current floating-point environment
-* fegetexceptflag:: Get floating-point status flags
-* fegetround:: Get current rounding direction
-* feholdexcept:: Save current floating-point environment
-* feraiseexcept:: Raise floating-point exception
-* fesetenv:: Set current floating-point environment
-* fesetexceptflag:: Set floating-point status flags
-* fesetround:: Set current rounding direction
-* fetestexcept:: Test floating-point exception flags
-* feupdateenv:: Update current floating-point environment
+* 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