<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2448.0">
<TITLE>RE: [LCP]Base 2 logarithms</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>&gt; This won't work for numbers less than zero (negative logarithms).</FONT>
</P>

<P><FONT SIZE=2>But a logarithm is undefined for negative numbers, isn't it ?</FONT>
</P>

<P><FONT SIZE=2>&gt; Also, it only gives the integer part of the logarithm, which for</FONT>
<BR><FONT SIZE=2>&gt; my current needs doesn't really matter, but would be nice to know,</FONT>
<BR><FONT SIZE=2>&gt; nevertheless.</FONT>
</P>

<P><FONT SIZE=2>Oh. Right. I guess I've worked too much with ints only ;)</FONT>
<BR><FONT SIZE=2>Then I guess you can approximate this using the Newton method</FONT>
<BR><FONT SIZE=2>(as used for square root). Never tried it, but should work.</FONT>
</P>

<P><FONT SIZE=2>-- </FONT>
<BR><FONT SIZE=2>Vincent Penquerc'h </FONT>
</P>

</BODY>
</HTML>