summaryrefslogtreecommitdiffstats
path: root/man7/math_error.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/math_error.7')
-rw-r--r--man7/math_error.76
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/math_error.7 b/man7/math_error.7
index feafbbcb6..d3b3c1aa5 100644
--- a/man7/math_error.7
+++ b/man7/math_error.7
@@ -3,7 +3,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH math_error 7 2022-12-04 "Linux man-pages 6.03"
+.TH math_error 7 2023-05-03 "Linux man-pages 6.05.01"
.SH NAME
math_error \- detecting errors from mathematical functions
.SH SYNOPSIS
@@ -203,11 +203,11 @@ less than zero (a domain error):
.in +4n
.EX
double x, r;
-
+\&
if (isnan(x) || islessequal(x, 0)) {
/* Deal with NaN / pole error / domain error */
}
-
+\&
r = log(x);
.EE
.in