annotate test/octave.test/arith/floor-2.m @ 2735:7c4b540299d5

[project @ 1997-02-25 03:38:24 by jwe]
author jwe
date Tue, 25 Feb 1997 03:38:30 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2735
7c4b540299d5 [project @ 1997-02-25 03:38:24 by jwe]
jwe
parents:
diff changeset
1 all (floor ([2+2i, 1.1+1.1i, -1.1-1.1i, -1-i]) == [2+2i, 1+i, -2-2i, -1-i])