view test/octave.test/arith/sumsq-1.m @ 2736:b02d27f0ed57

[project @ 1997-02-25 04:38:22 by jwe]
author jwe
date Tue, 25 Feb 1997 04:41:22 +0000
parents
children f936c7f5074f
line wrap: on
line source

sumsq ([1, 2, 3]) == 14 && sumsq ([-1; -2; 4i]) == -11