Fix comment bug reported by timeless (222055).

git-svn-id: svn://10.0.0.236/trunk@147932 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brendan%mozilla.org
2003-10-13 23:25:48 +00:00
parent 004637e287
commit ccc41df84a

View File

@@ -53,7 +53,7 @@
* 1. Normalization
* Scale x to y in [1,4) with even powers of 2:
* find an integer k such that 1 <= (y=x*2^(2k)) < 4, then
* sqrt(x) = 2^k * sqrt(y)
* sqrt(y) = 2^k * sqrt(x)
* 2. Bit by bit computation
* Let q = sqrt(y) truncated to i bit after binary point (q = 1),
* i 0