Glynn Clements Mon, 17 Aug 1998 17:21:22 -0400
Ibrahim F Haddad wrote: > now that i have the final equation, what is the > ln function in C? How to call ln from C? It's called `log', defined in math.h, implemented in libm. -- Glynn Clements <[EMAIL PROTECTED]>