Popularity
6.0
Stable
Activity
0.0
Stable
14
5
0

Monthly Downloads: 9
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Math     Mathematics    

tower alternatives and similar packages

Based on the "Math" category.
Alternatively, view tower alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of tower or a related project?

Add another 'Math' Package

README

tower Build Status

A heirarchy of classes for numbers and algebras that combine them: a numeric tower.

Performance testing, notes and examples can be found in tower-dev.

The tower looks something like:

{-# OPTIONS_GHC -fno-warn-type-defaults #-}
{-# LANGUAGE ExtendedDefaultRules #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE DataKinds #-}
import Tower.Prelude

Tower.Prelude is a drop-in replacement for Prelude. Behind the scenes, it wraps Protolude.

stack build --test --exec "pandoc -f markdown -i readme.md -t html -o index.html --filter pandoc-include --mathjax"