freeware
http://groups.yahoo.com/group/mathc/
* Calculus : Exponential Functions.
************
hfile_c.zip : Download this package first.
Windows : Dev-C++ 4
Linux : gcc abc.c -lm Return
a.out Return
************
* You can compile the *.c files directly without create a project.
************
Exponential Functions.
c01d_1a.c : a**x ( a>1)
c01d_2a.c : a**x (0<a<1)
c01d_2b.c : -2**x
c01d_2c.c : 3*(2**x)
c01d_2d.c : 2**(x+3)
c01d_2e.c : 2**x+3
c01d_2f.c : 2**(x-3)
c01d_2g.c : 2**x-3
c01d_2h.c : 2**(-x)
c01d_2i.c : (1/2)**x
c01d_2i.c : 2**(3-x)
Natural Exponential Function.
c01d_3a.c : e**x
************
The members can try these links :
http://groups.yahoo.com/group/mathc/files/C/D/c01d.zip