Conjugated cosh and sinh
Dear All, Analysing a failure of my code I found the reason in the absence of conjugate() method for cosh and sinh functions. Is there a fundamental reason for this? Or shall I prepare a patch defining them similarly to this: static ex cosh_conjugate(const ex & x) { // conjugate(cosh(x))==cosh(conjugate(x)) return cosh(x.conjugate()); } Best wishes, Vladimir -- Vladimir V. Kisil email: kisilv@maths.leeds.ac.uk -- www: http://www.maths.leeds.ac.uk/~kisilv/
Hi Vladimir, On 04/08/2011 06:54 PM, Vladimir V. Kisil wrote:
Analysing a failure of my code I found the reason in the absence of conjugate() method for cosh and sinh functions. Is there a fundamental reason for this?
No, it's an oversight. -richy. -- Richard B. Kreckel <http://www.ginac.de/~kreckel/>
On Fri, 08 Apr 2011 22:55:19 +0200, "Richard B. Kreckel" <kreckel@ginac.de> said:
RK> No, it's an oversight. Alright, I am attaching an easy patch just in case. Best wishes, Vladimir -- Vladimir V. Kisil email: kisilv@maths.leeds.ac.uk -- www: http://www.maths.leeds.ac.uk/~kisilv/
participants (2)
-
Richard B. Kreckel
-
Vladimir V. Kisil