gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: acosh issues


From: Camm Maguire
Subject: [Gcl-devel] Re: acosh issues
Date: 16 Oct 2002 21:37:44 -0400

Greetings, and thanks for these pointers!  There are probably other
functions that need attention as well.  In any case, we should be
encouraged that the original version basically had the scaling issue
down.  

Here is what I've just committed:

(defun acosh (x)
  (* 2 (log (+ (sqrt (/ (1+ x) 2)) (sqrt (/ (1- x) 2))))))


Take care,

address@hidden writes:

> This is a multipart message in MIME format.
> --=_alternative 0070166386256C54_=
> Content-Type: text/plain; charset="us-ascii"
> 
> For a better acosh function, see
> 
> http://www.mathworks.com/company/newsletter/clevescorner/sum98cleve.shtml
> 
> And (but I haven't looked at it)
> 
> Branch Cuts for Complex Elementary Functions, or Much Ado About Nothing's 
> Sign Bit 
> in The State of the Art in Numerical Analysis, (eds. Iserles and Powell), 
> Clarendon Press, Oxford, 1987. 
> 
> 
> Barton
> 
> 
> --=_alternative 0070166386256C54_=
> Content-Type: text/html; charset="us-ascii"
> 
> 
> <br><font size=2 face="Courier">For a better acosh function, see</font>
> <br>
> <br><font size=2 
> face="Courier">http://www.mathworks.com/company/newsletter/clevescorner/sum98cleve.shtml</font>
> <br>
> <br><font size=2 face="Courier">And (but I haven't looked at it)</font>
> <br>
> <br><font size=2 face="Courier">Branch Cuts for Complex Elementary Functions, 
> or Much Ado About Nothing's Sign Bit </font>
> <br><font size=2 face="Courier">in The State of the Art in Numerical 
> Analysis, (eds. Iserles and Powell), Clarendon Press, Oxford, 1987. </font>
> <br>
> <br>
> <br><font size=2 face="Courier">Barton</font>
> <br>
> <br>
> --=_alternative 0070166386256C54_=--
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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