From bug-octave-request Sun Oct 18 14:37:43 1992 Subject: problem From: Tony Mullins To: bug-octave Date: Sun, 18 Oct 92 14:37:40 EDT Is this a bug or pilot error? octave:17> atan (2/1) 1.10715 octave:18> sqrt (1^2 + 2^2) 2.23607 octave:19> ra = [ sqrt(1^2 + 2^2), atan (2/1) ] What's up doc? Even though Octave understands expressions 17 and 18 individually, it can't seem to understand 19. Tony Mullins