What's wrong w/ adding sqrt(long) and sqrt(ulong) overloads that just forward to sqrt(real)? Of course that assumes sqrt(float), which is causing the problem in the first place, exists for a good reason.<br><br><div class="gmail_quote">
On Tue, Jul 13, 2010 at 5:18 PM, Don Clugston <span dir="ltr"><<a href="mailto:dclugston@googlemail.com">dclugston@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On 13 July 2010 23:00, David Simcha <<a href="mailto:dsimcha@gmail.com">dsimcha@gmail.com</a>> wrote:<br>
> A related question: Why do we even have both an sqrt(float) and an<br>
> sqrt(real) in the first place?<br>
<br>
</div>Don't know. Originally there was only sqrt(real).<br>
As long as both exist, I don't know how sqrt(int) can be fixed cleanly.<br>
_______________________________________________<br>
phobos mailing list<br>
<a href="mailto:phobos@puremagic.com">phobos@puremagic.com</a><br>
<a href="http://lists.puremagic.com/mailman/listinfo/phobos" target="_blank">http://lists.puremagic.com/mailman/listinfo/phobos</a><br>
</blockquote></div><br>