OSDN Git Service

(split) LDP: Update original to LDP v3.65
[linuxjm/LDP_man-pages.git] / original / man7 / math_error.7
index eae7735..0f317fb 100644 (file)
@@ -1,6 +1,7 @@
 .\" Copyright (c) 2008, Linux Foundation, written by Michael Kerrisk
 .\"     <mtk.manpages@gmail.com>
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -20,6 +21,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .TH MATH_ERROR 7 2008-08-11 "Linux" "Linux Programmer's Manual"
 .SH NAME
@@ -88,7 +90,7 @@ then an error occurred in the mathematical function.
 
 The error conditions that can occur for mathematical functions
 are described below.
-.SS Domain Error
+.SS Domain error
 A
 .I domain error
 occurs when a mathematical function is supplied with an argument whose
@@ -104,7 +106,7 @@ is set to
 and an "invalid"
 .RB ( FE_INVALID )
 floating-point exception is raised.
-.SS Pole Error
+.SS Pole error
 A
 .I pole error
 occurs when the mathematical result of a function is an exact infinity
@@ -128,7 +130,7 @@ is set to
 and a "divide-by-zero"
 .RB ( FE_DIVBYZERO )
 floating-point exception is raised.
-.SS Range Error
+.SS Range error
 A
 .I range error
 occurs when the magnitude of the function result means that it
@@ -260,5 +262,13 @@ An error can still be tested for using
 .BR isgreater (3),
 .BR matherr (3),
 .BR nan (3)
-.br
+
 .I "info libc"
+.SH COLOPHON
+This page is part of release 3.65 of the Linux
+.I man-pages
+project.
+A description of the project,
+and information about reporting bugs,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.