view test/octave.test/arith/gcd-1.m @ 2744:b1474687fb83

[project @ 1997-02-26 07:14:12 by jwe]
author jwe
date Wed, 26 Feb 1997 07:15:29 +0000
parents fa632c35437a
children
line wrap: on
line source

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