freeware
http://groups.yahoo.com/group/mathc/
* Calculus : Compute some limits.
************
Windows : Dev-C++ 4
Linux : gcc abc.c -lm Return
a.out Return
************
* You can compile the *.c files directly without create a project.
************
c02a1A.c : Does lim x->0 sin(x)/x
exist ?
c02a1B.c : Does lim x->0 (sin(x)-7*x) / (x*cos(x))
exist ?
c02a1C.c : Does lim x->0 (1+x)**(1/x)
exist ?
c02a1D.c : Does lim x->0 ((4.**|x| + 9.**|x|) /2.) ** (1./|x|)
exist ?
c02a1E.c : Does lim x->0 |x|**(x)
exist ?
************
The members can try these links :
http://groups.yahoo.com/group/mathc/files/C/D/c02a.zip