From ccc41df84a438d4718cb5a0d26cd09845be53087 Mon Sep 17 00:00:00 2001 From: "brendan%mozilla.org" Date: Mon, 13 Oct 2003 23:25:48 +0000 Subject: [PATCH] Fix comment bug reported by timeless (222055). git-svn-id: svn://10.0.0.236/trunk@147932 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/js/src/fdlibm/e_sqrt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/js/src/fdlibm/e_sqrt.c b/mozilla/js/src/fdlibm/e_sqrt.c index 17c0b8bf96c..354e4dfdf97 100644 --- a/mozilla/js/src/fdlibm/e_sqrt.c +++ b/mozilla/js/src/fdlibm/e_sqrt.c @@ -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