From a82359862ee7c72dfb90a2f0d9d5a72908256938 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Mon, 1 Jul 2019 00:22:21 +0000 Subject: [PATCH] Fix typo. --- doc/ref-manual/numbers.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref-manual/numbers.texi b/doc/ref-manual/numbers.texi index 40a4abab1..f8bf05232 100644 --- a/doc/ref-manual/numbers.texi +++ b/doc/ref-manual/numbers.texi @@ -1149,7 +1149,7 @@ x f'(x)/f(x) = x/[(1 - exp(x)) log(exp(x)/(1 - exp(x)))] @end ifnottex @end itemize -This implementation gives forwar relative error bounded by ten times +This implementation gives forward relative error bounded by ten times the forward relative error bound of the system math library's log and exp, which is usually below 1ulp. @end deffn -- 2.25.1