>From 6a07f96e3953c169c5407c6cf289f1599364a991 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Tue, 8 Feb 2011 21:13:07 +0100 Subject: [PATCH 5/5] docs: add missing parentheses in asin formula. * doc/r5rs/r5rs.texi (Numerical operations): Add parentheses around argument to sqrt. --- doc/r5rs/r5rs.texi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/r5rs/r5rs.texi b/doc/r5rs/r5rs.texi index 1c3df60..b7722c1 100644 --- a/doc/r5rs/r5rs.texi +++ b/doc/r5rs/r5rs.texi @@ -4446,7 +4446,7 @@ With log defined this way, the values of sin^-1 z, cos^-1 z, and tan^-1 z are according to the following formulae: address@hidden sin^-1 z = -i log (i z + sqrt1 - z^2) address@hidden sin^-1 z = -i log (i z + sqrt(1 - z^2)) -- 1.7.4.rc1.6.gb704ef.dirty