[Scilab-users] scilab 5.4.1 simple calculations need rounding

Samuel Gougeon sgougeon at free.fr
Sun Sep 15 20:55:13 CEST 2013


The big number of digits asked for leads to that. You may see what does 
the following:

clc
%eps
format(16)
x = poly(0,'x'); f = (x-1)^2, factors(f)
format(19)
x = poly(0,'x'); f = (x-1)^2, factors(f)

Regards
Samuel



More information about the users mailing list