log10(8)

Patrick U. Hsieh x3145 puh at grumpy.sarnoff.com
Wed Feb 28 07:45:32 AEST 1990


Try using

	l = log10(8.0);

instead of

	l = log10(8);

Works for me!

Patrick Hsieh
David Sarnoff Research Center

puh at filbert.sarnoff.com



More information about the Comp.lang.c mailing list