On 09/05/2008,
hassen62@... <
hassen62@...> wrote:
> when we make some simple calculus with Octave or Matlab, how to have precise
> results in more than 4 decimal numbers.
Octave uses double precision floats for almost everything which is
about 16 decimal digits of precision. It just doesn't show all that
precision by default, even if it does use it for computations.
If you want to see it, just type "format long", which will make Octave
display it.
- Jordi G. H.
_______________________________________________
Help-octave mailing list
Help-octave@...
https://www.cae.wisc.edu/mailman/listinfo/help-octave