|
From: David S. <d.s...@go...> - 2015-08-24 21:36:00
|
I believe this is caused by line 354 in "trigi.lisp": (setf (get '%acoth 'reflection-rule) #'even-function-reflect) change it to: (setf (get '%acoth 'reflection-rule) #'odd-function-reflect) Best regards, David 2015-08-24 23:05 GMT+02:00 Stavros Macrakis (Σταῦρος Μακράκης) < mac...@al...>: > Thanks for the bug report. > > Could you report it in SourceForge? ( > https://sourceforge.net/p/maxima/bugs/new/) That will make it easier to > track. > > Thanks, > > -s > > On Mon, Aug 24, 2015 at 4:26 PM, Gunter Königsmann <gu...@pe...> > wrote: > >> Dear all, >> >> I just got the following bug report - that I want to forward to the >> maxima mailing list since I assume it to be a error in maxima: >> >> -acoth(-x); >> >> returns >> >> -acoth(x); >> >> I assume that the result should read >> >> acoth(x) >> >> instead. >> >> >> Kind regards, >> >> >> Gunter. >> >> >> ------------------------------------------------------------------------------ >> >> _______________________________________________ >> Maxima-discuss mailing list >> Max...@li... >> https://lists.sourceforge.net/lists/listinfo/maxima-discuss >> >> > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Maxima-discuss mailing list > Max...@li... > https://lists.sourceforge.net/lists/listinfo/maxima-discuss > > |