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.74
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/math_error.7 b/man7/math_error.7
index b2ff1c75d..bb7c2eaf6 100644
--- a/man7/math_error.7
+++ b/man7/math_error.7
@@ -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