view test/octave.test/arith/gcd-1.m @ 7217:c8abc18322b7

[project @ 2007-11-29 20:50:24 by jwe]
author jwe
date Thu, 29 Nov 2007 20:50:24 +0000
parents b1474687fb83
children
line wrap: on
line source

(gcd (200, 300, 50, 35) == gcd ([200, 300, 50, 35])
 && gcd ([200, 300, 50, 35]) == 5)