summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Float.hs
Commit message (Expand)AuthorAgeFilesLines
* Make RULES more robust in GHC.FloatSimon Peyton Jones2021-03-281-75/+155
* fromInteger :: Integer -> {Float,Double} now always round to nearest evenARATA Mizuki2021-03-171-2/+52
* Bignum: add Natural constant folding rules (#15821)Sylvain Henry2021-01-231-3/+3
* Implement #15993Koz Ross2021-01-231-1/+1
* Correct more doctestsOleg Grenrus2021-01-101-1/+1
* Correct doctestsOleg Grenrus2021-01-021-0/+3
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-261-2/+2
* Update `base` packageSylvain Henry2020-06-171-39/+79
* base: fix sign confusion in log1mexp implementation (fix #17125)Artem Pelenitsyn2020-06-051-6/+10
* Disable two warnings for files that trigger themTom Ellis2020-01-271-0/+1
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-121-2/+2
* Introduce log1p and expm1 primopschessai2019-06-091-13/+9
* [ typo ] 'castFloatToWord32' -> 'castFloatToWord64'gallais2019-05-041-1/+1
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-1/+1
* Remove OPTIONS_HADDOCK hide in favour for not-homeAdam Sandberg Eriksson2019-01-061-1/+1
* Doc-only fixesAlec Theriault2018-11-221-0/+1
* base: Misc haddock fixesSimon Jakobi2018-11-021-2/+2
* base: showEFloat: Handle negative precisions the same of zero precisionBen Gamari2018-09-131-4/+6
* Fix precision of asinh/acosh/atanh by making them primopsArtem Pelenitsyn2018-08-211-14/+14
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-211-1/+1
* Improve documentation of Eq, Ord instances for Float and DoubleARJANEN Loïc Jean David2018-06-171-1/+40
* base: Fix handling of showEFloat (Just 0)Ben Gamari2018-05-131-0/+10
* Stable area hyperbolic sine for `Double` and `Float`.Justus Sagemüller2018-05-051-2/+10
* base: Implement bit casts between word and float typesErik de Castro Lopo2017-04-121-1/+90
* Generate better fp abs for X86 and llvm with default cmm otherwiseDominic Steinitz2017-03-071-8/+6
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+16
* Defer inlining of Eq for primitive typesBen Gamari2016-03-241-9/+11
* Allow CallStacks to be frozenEric Seidel2015-12-231-2/+2
* Implement phase 1 of expanded FloatingDan Doel2015-12-211-0/+86
* Start using `-W` instead of `-f(no-)warn` in some placesHerbert Valerio Riedel2015-12-161-1/+1
* base: Manually unlit .lhs into .hs modulesHerbert Valerio Riedel2014-11-071-0/+1153