Re: [Discuss-gnuradio] Any fast algorithm for computing square root?

2006-10-23 Thread Eric Blossom
On Wed, Oct 18, 2006 at 03:51:23PM -0400, Dawei Shen wrote: Hey guys A question not quite related to GNU Radio. Does there exist any fast algorithm for computing the square root of a float number? In my algorithm, I need to compute the square root of a float number which ranges between 0

Re: [Discuss-gnuradio] Any fast algorithm for computing square root?

2006-10-18 Thread Johnathan Corgan
Dawei Shen wrote: A question not quite related to GNU Radio. Does there exist any fast algorithm for computing the square root of a float number? In my algorithm, I need to compute the square root of a float number which ranges between 0 and 1. Square root fun:

Re: [Discuss-gnuradio] Any fast algorithm for computing square root?

2006-10-18 Thread Ramakrishnan Muthukrishnan (VU3RDD)
On Thu, October 19, 2006 1:21 am, Dawei Shen said: Hey guys A question not quite related to GNU Radio. Does there exist any fast algorithm for computing the square root of a float number? In my algorithm, I need to compute the square root of a float number which ranges between 0 and 1. The