ANother plot2d bug - can't plot limit sin(x)/x=1 when x->0
Subject: ANother plot2d bug - can't plot limit sin(x)/x=1 when x->0
From: James Amundson
Date: 11 Mar 2002 13:08:31 -0600
On Sun, 2002-03-10 at 13:51, synthespian wrote:
> Hi-
>
> I can't do:
>
> (C1) f2(x):=(sin(x)/x,x,1);
f2(x) always returns 1. See the section on function definition in the
manual. Were to trying to force it to return 1 when x=0?
--Jim
> (C2) plot2d(f2(x),[x,-1,1]);