docs: add missing parentheses in asin formula.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 8 Feb 2011 20:13:07 +0000 (21:13 +0100)
committerNeil Jerram <neil@ossau.uklinux.net>
Wed, 9 Feb 2011 22:28:49 +0000 (22:28 +0000)
* doc/r5rs/r5rs.texi (Numerical operations): Add parentheses
around argument to sqrt.

doc/r5rs/r5rs.texi

index 1c3df60..b7722c1 100644 (file)
@@ -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:
 
 
-@center sin^-1 z = -i log (i z + sqrt1 - z^2)
+@center sin^-1 z = -i log (i z + sqrt(1 - z^2))