[commit: ghc] master: Fix changelog message for asinh (2828dbf)
git at git.haskell.org
git at git.haskell.org
Mon May 14 02:50:59 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/2828dbf487c54d57b82578cc0872a348cfb173f3/ghc
>---------------------------------------------------------------
commit 2828dbf487c54d57b82578cc0872a348cfb173f3
Author: David Feuer <david.feuer at gmail.com>
Date: Sun May 13 18:34:26 2018 -0400
Fix changelog message for asinh
Reviewers: bgamari, hvr
Reviewed By: bgamari
Subscribers: rwbarton, thomie, carter
Differential Revision: https://phabricator.haskell.org/D4678
>---------------------------------------------------------------
2828dbf487c54d57b82578cc0872a348cfb173f3
libraries/base/changelog.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index f239073..d4b6261 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -14,8 +14,8 @@
* Add `Applicative` (for `K1`), `Semigroup` and `Monoid` instances in
`GHC.Generics`. (#14849)
- * `asinh` for `Float` and `Double` is now numerical stable in the face of
- large negative arguments (#14927)
+ * `asinh` for `Float` and `Double` is now numerically stable in the face of
+ non-small negative arguments and enormous arguments of either sign. (#14927)
* `Numeric.showEFloat (Just 0)` now respects the user's requested precision.
(#15115)
More information about the ghc-commits
mailing list