]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man7/math_error.7
intro.1, _exit.2, access.2, alarm.2, alloc_hugepages.2, arch_prctl.2, bind.2, chdir...
[thirdparty/man-pages.git] / man7 / math_error.7
index 058910b629bd99fa4cfc60c128c85b892c33191e..0f44495cb9516891e64dff43db731d772318c668 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
@@ -138,7 +140,7 @@ was an overflow or an underflow.
 
 A floating result
 .I overflows
-if the  result is finite,
+if the result is finite,
 but is too large to represented in the result type.
 When an overflow occurs,
 the function returns the value
@@ -260,5 +262,5 @@ An error can still be tested for using
 .BR isgreater (3),
 .BR matherr (3),
 .BR nan (3)
-.br
+
 .I "info libc"