From: Taylor R Campbell Date: Mon, 1 Jul 2019 00:22:21 +0000 (+0000) Subject: Fix typo. X-Git-Tag: mit-scheme-pucked-10.1.12~7^2~19 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=a82359862ee7c72dfb90a2f0d9d5a72908256938;p=mit-scheme.git Fix typo. --- 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