Haskell 98 - Standard Prelude - Floating Class

Lennart Augustsson augustss@augustsson.net
Mon, 15 Oct 2001 17:31:20 +0200 (MEST)


> That's a good idea too.
> Is there a reason for defining acosh as above instead of
> acosh x = log(x + sqrt(x*x-1))
If there is one I can't remember it. :-)

	-- Lennart