home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Press 1997 July
/
Sezamfile97_1.iso
/
msdos
/
misc
/
sm30a.a03
/
UNDEFINE.KEY
< prev
next >
Wrap
Text File
|
1993-11-07
|
357b
|
12 lines
* undefined internal
The built-in constant. It indicates that the value of the expression
is undefined, and may be the indeterminate form: 0/0, inf/inf, 0*inf, 0^0.
You should try again by lim(y, x=x0).
See also: lim.
e.g.
IN: f(x_) := sin(x)/x
IN: f(0)
OUT: undefined
IN: lim(f(x), x=0)
OUT: 1