annotate test/octave.test/arith/round-1.m @ 2968:e330cb788508

[project @ 1997-05-15 17:40:29 by jwe]
author jwe
date Thu, 15 May 1997 17:54:17 +0000
parents 7c4b540299d5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2968
e330cb788508 [project @ 1997-05-15 17:40:29 by jwe]
jwe
parents: 2735
diff changeset
1 (round (1) == 1 && round (1.1) == 1 && round (5.5) == 6
2735
7c4b540299d5 [project @ 1997-02-25 03:38:24 by jwe]
jwe
parents:
diff changeset
2 && round (i) == i && round (2.5+3.5i) == 3+4i && round (-2.6) == -3)