[commit: ghc] master: base/changelog: Note stabilization of asinh (#14927) (46548ed)
git at git.haskell.org
git at git.haskell.org
Sun May 6 01:48:58 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/46548ed1ee3ddac665c188b65d573fbf104407ea/ghc
>---------------------------------------------------------------
commit 46548ed1ee3ddac665c188b65d573fbf104407ea
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat May 5 21:48:17 2018 -0400
base/changelog: Note stabilization of asinh (#14927)
>---------------------------------------------------------------
46548ed1ee3ddac665c188b65d573fbf104407ea
libraries/base/changelog.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 0bca264..d4b9efa 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -14,6 +14,9 @@
* 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)
+
## 4.11.1.0 *TBA*
* Bundled with GHC 8.4.2
More information about the ghc-commits
mailing list