freeware
http://groups.yahoo.com/group/mathc/
* Calculus : Logarithmic Functions.
************
Windows : Dev-C++ 4, Lcc-win32
Linux : gcc abc.c -lm Return
a.out Return
************
* You can compile the *.c files directly without create a project.
************
c01e_1a.c : loga(x) with a = 2.
c01e_1b.c : loga(x) with x > 0.
c01e_1b.c : if x < 0, loga(x) is undefined.
c01e_2b.c : -log2(x )
c01e_2c.c : 3*log2(x )
c01e_2d.c : log2(x+3)
c01e_2e.c : log2(x )+3
c01e_2f.c : log2(x-3)
c01e_2g.c : log2(x )-3
c01e_2h.c : log2(-x )
c01e_2i.c : log1/2(x)
c01e_2i.c : log2(3-x)
c01e_3a.c : ln(x)
************
The members can try these links :
http://groups.yahoo.com/group/mathc/files/C/D/c01e.zip