view test/octave.test/arith/exp-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 873b1ef30534
line wrap: on
line source

all (exp ([0, 1, -1, 1000, -1000]) == [1, e, 1/e, Inf, 0])