This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: complex.cc log10 buglet...
- To: Edward Jason Riedy <ejr@CS.Berkeley.EDU>
- Subject: Re: complex.cc log10 buglet...
- From: Benjamin Kosnik <bkoz@cygnus.com>
- Date: Tue, 27 Jul 1999 11:42:27 -0700 (PDT)
- cc: libstdc++@sourceware.cygnus.com
> The _G_HAVE_CLOG10 check in complex.cc doesn't seem necessary, as
> clog10 is included in the same directory as c_log. The latter is
> used in the `replacement' (incorrectly: parentheses are wrong, and
> then the log(10) term needs a static_cast<FLT>()), so is there
> anything wrong with relying on the clog10 in math/?
Gaby is doing work on complex right now, so this stuff may be in
transition. In anycase, he's the definitive dude for this stuff.
-Benjamin