algebra-simple-0.1: An alternative mathematical interface to Num.
algebra-simple
intends to provide a simple, reasonably principled
interface to typical mathematical operations (i.e. addition, subtraction,
multiplication, division). This package is organized into two sections:
- Numeric.Algebra: The typeclass replacements for
Num
; this package's raison d'être. - Numeric.Convert: Typeclasses for conversions.