view test/octave.test/arith/sumsq-1.m @ 3105:f936c7f5074f

[project @ 1997-11-19 04:36:17 by jwe]
author jwe
date Wed, 19 Nov 1997 04:37:56 +0000
parents b02d27f0ed57
children
line wrap: on
line source

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