view test/octave.test/arith/abs-1.m @ 2735:7c4b540299d5

[project @ 1997-02-25 03:38:24 by jwe]
author jwe
date Tue, 25 Feb 1997 03:38:30 +0000
parents
children
line wrap: on
line source

abs (1) == 1 && abs (-3.5) == 3.5 && abs (3+4i) == 5 && abs (3-4i) == 5