Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!samsung!aplcen!boingo.med.jhu.edu!welch.jhu.edu!ted From: ted@welch.jhu.edu (Ted Ying) Newsgroups: comp.lang.c Subject: Re: log10(8) Message-ID: <1990Feb28.055628.9064@welch.jhu.edu> Date: 28 Feb 90 05:56:28 GMT References: <3244@servax0.essex.ac.uk> <1460@amethyst.math.arizona.edu> <292@grumpy.sarnoff.com> Reply-To: ted@welchlab.welch.jhu.edu (Ted Ying) Organization: Welch Medical Library, Baltimore Lines: 15 In article <292@grumpy.sarnoff.com> puh@grumpy.sarnoff.com (Patrick U. Hsieh x3145) writes: >Try using > > l = log10(8.0); > >instead of > > l = log10(8); > >Works for me! > >Patrick Hsieh >David Sarnoff Research Center > >puh@filbert.sarnoff.com