From bug-octave-request Wed May 19 03:18:05 1993 Subject: 1:1:5 versus 0.1:0.1:0.5 From: leisch at neuro dot tuwien dot ac dot at (Friedrich Leisch) To: bug-octave Date: Wed, 19 May 1993 10:17:43 +0200 Dear Sirs, I'm using octave, version 0.71.1. There is a bug concerning ranges given in the way "x:y:z" The following example should be self-explaining: octave:1> 1:1:5 ans = 1 2 3 4 5 octave:2> 0.1:0.1:0.5 ans = 0.1 0.2 0.3 0.4 with best regards Friedrich Leisch University of Technology Vienna, Austria