diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2011-02-08 21:13:07 +0100 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2011-02-09 22:28:49 +0000 |
commit | eaf2d3f25323a55153abd1d44f6943249de2d2a9 (patch) | |
tree | 89c4bb7b9b04817453cd5d1905ca5e90738b8330 /doc/r5rs/r5rs.texi | |
parent | 892aea8b1d750b14fa7ef9b0aef86a872640cd92 (diff) | |
download | guile-eaf2d3f25323a55153abd1d44f6943249de2d2a9.tar.gz |
docs: add missing parentheses in asin formula.
* doc/r5rs/r5rs.texi (Numerical operations): Add parentheses
around argument to sqrt.
Diffstat (limited to 'doc/r5rs/r5rs.texi')
-rw-r--r-- | 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 1c3df60da..b7722c1b6 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: -@center sin^-1 z = -i log (i z + sqrt1 - z^2) +@center sin^-1 z = -i log (i z + sqrt(1 - z^2)) |