numeric-prelude 0.2.2 → 0.2.2.1
raw patch · 2 files changed
+2/−8 lines, 2 files
Files
numeric-prelude.cabal view
@@ -1,5 +1,5 @@ Name: numeric-prelude-Version: 0.2.2+Version: 0.2.2.1 License: GPL License-File: LICENSE Author: Dylan Thurston <dpt@math.harvard.edu>, Henning Thielemann <numericprelude@henning-thielemann.de>, Mikael Johansson@@ -9,7 +9,7 @@ Stability: Experimental Cabal-Version: >=1.6 Build-Type: Simple-Tested-With: GHC==6.4.1, GHC==6.8.2, GHC==6.10.4, GHC==6.12.3, GHC==7.0.2+Tested-With: GHC==6.4.1, GHC==6.8.2, GHC==6.10.4, GHC==6.12.3, GHC==7.0.2, GHC==7.2.1 Synopsis: An experimental alternative hierarchy of numeric type classes Description: Revisiting the Numeric Classes
src/Algebra/Transcendental.hs view
@@ -42,16 +42,10 @@ sinh, cosh, tanh :: a -> a asinh, acosh, atanh :: a -> a - {-# INLINE pi #-}- {-# INLINE exp #-}- {-# INLINE log #-} {-# INLINE logBase #-} {-# INLINE (**) #-}- {-# INLINE sin #-} {-# INLINE tan #-}- {-# INLINE cos #-} {-# INLINE asin #-}- {-# INLINE atan #-} {-# INLINE acos #-} {-# INLINE sinh #-} {-# INLINE tanh #-}