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: Sun, 08 Mar 2015 01:22:11 +0000
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

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

I cannot spell C++, so this is as far as I got:

numeric/lo-mappers.cc: In function 'Complex atanh(const Complex&)':
numeric/lo-mappers.cc:242:11: error: 'catanh' is not a member of 'std'
   return  std::catanh( x );
           ^
numeric/lo-mappers.cc:242:11: note: suggested alternative:
In file included from numeric/lo-mappers.cc:32:0:
numeric/lo-mappers.h:175:32: note:   'catanh'
 extern OCTAVE_API FloatComplex catanh (const FloatComplex& x);
                                ^
numeric/lo-mappers.cc:243:1: warning: control reaches end of non-void function
[-Wreturn-type]
 }
 ^


    _______________________________________________________

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]