view test/octave.test/arith/pow2-1.m @ 3170:7050b5006ef9

[project @ 1998-04-23 06:29:49 by jwe]
author jwe
date Thu, 23 Apr 1998 06:29:55 +0000
parents
children
line wrap: on
line source

x = [3, 0, -3];
v = [8, 1, .125];
all (abs (pow2 (x) - v) < sqrt (eps))