annotate test/octave.test/arith/abs-2.m @ 2736:b02d27f0ed57

[project @ 1997-02-25 04:38:22 by jwe]
author jwe
date Tue, 25 Feb 1997 04:41:22 +0000
parents 7c4b540299d5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2736
b02d27f0ed57 [project @ 1997-02-25 04:38:22 by jwe]
jwe
parents: 2735
diff changeset
1 all (all (abs ([1.1, 3i; 3+4i, -3-4i]) == [1.1, 3; 5, 5]))