Stephen Hemminger a4ed258495 [TCP]: TCP Compound quad root function
The original code did a 64 bit divide directly, which won't work on
32 bit platforms.  Rather than doing a 64 bit square root twice,
just implement a 4th root function in one pass using Newton's method.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-06-17 21:29:27 -07:00
..
2006-05-16 15:23:40 -07:00
2006-05-03 23:36:23 -07:00
2006-03-20 22:33:17 -08:00
2005-08-29 15:31:14 -07:00
2006-06-17 21:29:19 -07:00
2006-02-07 01:47:12 -05:00
2006-01-12 14:06:31 -08:00
2006-05-01 06:06:10 -04:00
2005-04-16 15:20:36 -07:00