David Schultz c6df46bafb Improved handling of large x in ccosh{,f}():
- Handle cases where exp(x) would overflow, but ccosh(x) ~= exp(x) / 2
  shouldn't.
- Use the ccosh(x) ~= exp(x) / 2 approximation to simplify the calculation
  when x is large.

Similarly for csinh().  Also fixed the return value of csinh(-Inf +- 0i).
2011-10-21 06:29:32 +00:00
..
2011-09-13 05:52:34 +00:00
2011-10-16 14:30:28 +00:00
2011-04-14 15:42:15 +00:00
2010-08-03 17:40:09 +00:00
2011-10-19 11:43:51 +00:00
2010-12-04 08:44:56 +00:00
2011-09-28 14:52:25 +00:00