1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

docs: add missing parentheses in asin formula.

* doc/r5rs/r5rs.texi (Numerical operations): Add parentheses
around argument to sqrt.
This commit is contained in:
Ralf Wildenhues 2011-02-08 21:13:07 +01:00 committed by Neil Jerram
parent 892aea8b1d
commit eaf2d3f253

View 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))