BSD-3-Clause licensed by Tony Day
This version can be pinned in stack with:numhask-0.10.1.0@sha256:c82826d91503fe265cbbfaaf6c403198761f0a91b9f9f025f173b6526aa1ec3b,1979
Module documentation for 0.10.1.0
This package provides alternative numeric classes over Prelude.
The numeric class constellation looks somewhat like:

Usage
{-# LANGUAGE RebindableSyntax #-}
See NumHask for a detailed overview.
0.10.0
- Moved operators back in.
- added doctests and properties
- added accsum & accproduct
- fixed Ratio Eq instance
0.9.0
- Removed bounded classes.
- Moved operators outside of class definitions where possible.
0.8.0
- GHC 9.0.1 support
- Removed protolude and replaced it with prelude
- Removed NumHask.Data.Positive, NumHask.Data.LogFloat, NumHask.Data.Wrapper
- modified project build to cabal
- removed NegativeLiterals recommendation.
0.7.0
- GHC 8.10.2 support
- Modules NumHask.Algebra.Abstract.*renamed toNumHask.Algebra.*
- Renamed NormedtoNormand addedbasis
- Removed Metricand addeddistance
- Added Direction,Polar,polar,coord; streamlinedComplex
- Removed NumHask.Data.Pair
- Fixed FromIntegralandFromRationalto work in well with rebindable syntax.
- Added fundeps to Norm,Direction
- Integrated NumHask.Algebra.ActionintoNumHask.Algebra.Module
- Added atan2
- Added doctests and laws
- Improved haddocks
- Made (^) a monomorphic a -> Int -> aand accept negative Ints
0.6.0