octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #44310] log and functions which use log return


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #44310] log and functions which use log return incorrect result
Date: Thu, 30 Apr 2015 12:41:26 +0000
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0

Follow-up Comment #21, bug #44310 (project octave):


As I mentioned in bug #41061 the current devel system
compiles correctly (on Fedora 21) using C++11, but with
a number of warnings. The only patch needed is simply change line 
86 of stddef.h from #if !0 to #if 0. This will have to be made
conditional if there really are still some systems without a
definition of max_align_t.

Also, there are a number of other elementary functions in
mappers.cc which use the formal definition in terms of log,
but which have specific numerical codes in libm. These should
also be changed.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44310>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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