|
From: | john o goyo |
Subject: | [Gm2] Re: Updated report on gm2-2010-02-25 on Solaris 10/sparc |
Date: | Fri, 26 Feb 2010 16:49:08 -0500 |
On 26-Feb-10, at 1:28 PM, Gaius Mulley wrote(in part):
Quite a few errors are to do with unresolved references to: exp10 exp10f exp10l do you know which libraries these symbols are found in? (libm.a ?)
Hhhmmm... From http://www.gnu.org/software/libc/manual/html_node/ Exponents-and-Logarithms.html
These functions compute 10 raised to the power x. Mathematically, exp10 (x) is the same as exp (x * log (10)).
These functions are GNU extensions. The name exp10 is preferred, since it is analogous to exp and exp2.
Let me look if they are even in my gcc build. john
[Prev in Thread] | Current Thread | [Next in Thread] |