view 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
line wrap: on
line source

(round (1) == 1 && round (1.1) == 1 && round (5.5) == 6
 && round (i) == i && round (2.5+3.5i) == 3+4i && round (-2.6) == -3)