octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cbrt test failure on Win32/MSVC


From: Michael Goffioul
Subject: cbrt test failure on Win32/MSVC
Date: Fri, 21 Oct 2011 16:45:48 +0100

Hi,

While analyzing test failures under Win32/MSVC I found that cbtr(0) ->
NaN. while the expected value is 0. MSVC does not provide cbrt
implementation, so the octave implementation is used, but that
implementation definitely returns NaN when the argument is 0 (because
it computes 0/0). Shouldn't the test be changed, as it's weird to have
a test that is known to fail when using octave's own code?

Michael.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]