From bug-octave-request at che dot utexas dot edu Tue May 31 21:00:58 1994 Subject: min, max bugs From: Ken Neighbors To: bug-octave at che dot utexas dot edu (Octave Bug) Date: Tue, 31 May 1994 19:00:48 -0700 (PDT) I have been debugging column_min and column_max in tc-extras.cc, and I have a question. Why are real numbers differentiated from complex numbers in the case statements? I.e., why not do it all using abs(arg.complex_value ()), since you'll get the same answer anyway with less code. Is it for speed? Ken Neighbors wkn at leland dot stanford dot edu