Bug#506833: Scilab fails VERY SIMPLE computation.

2008-11-25 Thread KOBAYASHI Hiroyuki
Hello, Sylvestre Ledru. Thank you very much for your rapid reply. I understand. I'm looking forward to use the new version. Thanks again. At Tue, 25 Nov 2008 10:27:48 +0100, Sylvestre Ledru wrote: > > merge 499565 506833 > thanks > > Actually, it is not a Scilab bug but a gfortran > See: http

Bug#506833: Scilab fails VERY SIMPLE computation.

2008-11-25 Thread Sylvestre Ledru
merge 499565 506833 thanks Actually, it is not a Scilab bug but a gfortran See: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37863 Upcoming version of Scilab (5.0.3) contains a workaround for this bug. Btw, packages are available here: http://www.scilab.org/team/sylvestre.ledru/ until it is upload

Bug#506833: Scilab fails VERY SIMPLE computation.

2008-11-24 Thread KOBAYASHI Hiroyuki
Package: scilab Version: 4.1.2-6 Scilab mistakes computation of (a certain type of?) product of 2 matrices. Here is an example: --> A = [3 1 4; 1 5 9; 2 6 5]; --> inv(A)*A ans = 2. - 8.327D-17 - 1.804D-16 0.2. 0. 0.0. 1. In Wi