BSD-3-Clause licensed by Tony Day
Maintained by [email protected]
This version can be pinned in stack with:numhask-0.8.1.0@sha256:5a66f6737e5adf701e6ceaa078d4afc83653ad6f94ca54a9c3b96958f056b8d2,1624
Depends on 1 package(full list with versions):
Used by 2 packages in nightly-2021-11-28(full list with versions):

This package provides alternative numeric classes over Prelude.

The numeric class constellation looks somewhat like:

Usage

{-# LANGUAGE RebindableSyntax #-}
import NumHask.Prelude

See NumHask for a detailed overview.

Changes

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 to NumHask.Algebra.*
  • Renamed Normed to Norm and added basis
  • Removed Metric and added distance
  • Added Direction, Polar, polar, coord; streamlined Complex
  • Removed NumHask.Data.Pair
  • Fixed FromIntegral and FromRational to work in well with rebindable syntax.
  • Added fundeps to Norm, Direction
  • Integrated NumHask.Algebra.Action into NumHask.Algebra.Module
  • Added atan2
  • Added doctests and laws
  • Improved haddocks
  • Made (^) a monomorphic a -> Int -> a and accept negative Ints

0.6.0

  • GHC 8.10.1 support