view test/octave.test/arith/coth-1.m @ 4457:d7d9ca19960a

[project @ 2003-07-11 03:05:38 by jwe]
author jwe
date Fri, 11 Jul 2003 03:05:39 +0000
parents fa632c35437a
children
line wrap: on
line source

x = [pi/2*i, 3*pi/2*i];
v = [0, 0];
all (abs (coth (x) - v) < sqrt (eps))