swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: unable to calculate logs in SWARM


From: Nelson Minar
Subject: Re: unable to calculate logs in SWARM
Date: Fri, 6 Nov 1998 11:38:23 -0500

>I have been having problems using the log10(double) function from with my
>SWARM application.  (I'm using SWARM 1.2 under Linux Redhat 5.0)

log10() is not a standard libc function, you might be better off using
log() (which is a natural log).

Anyway, that doesn't explain why it's breaking. My guess is you
haven't include math.h, so the prototype isn't visible and the C
compiler is doing some sort of bad conversion.

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]