|
From: Tatsuro M. <tma...@ya...> - 2010-05-10 05:14:33
|
Hello
--- Hans-Bernhard Br将モker wrote:
> Actually, it does. The crucial clue is the second of the errors you
> found. It turns out that
>
> print laplace(0, 0, 0.5)
>
> works, but
>
> print laplace(0.0, 0.0, 0.5)
>
> reports 'undefined value'. My re-implementation of hypot() has a
> loophole for input value {0,0} that causes it to divide by zero. I'll
> fix it ASAP.
I have confirmed your fix on the cvs source. Now all demos go well on the Cygwin and the MinGW.
Thanks!!
Tatsuro
--------------------------------------
GyaO! - Anime, Dramas, Movies, and Music videos [FREE]
http://pr.mail.yahoo.co.jp/gyao/
|