Popularity
1.6
Stable
Activity
0.0
Stable
5
0
0
Monthly Downloads: 4
Programming language: Haskell
License: GNU General Public License v2.0 only
Tags:
Math
calculator alternatives and similar packages
Based on the "Math" category.
Alternatively, view calculator alternatives based on common mentions on social networks and blogs.
-
vector
An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework . -
hgeometry
HGeometry is a library for computing with geometric objects in Haskell. It defines basic geometric types and primitives, and it implements some geometric data structures and algorithms. -
dimensional
Dimensional library variant built on Data Kinds, Closed Type Families, TypeNats (GHC 7.8+). -
numhask
A haskell numeric prelude, providing a clean structure for numbers and operations that combine them. -
poly
Fast polynomial arithmetic in Haskell (dense and sparse, univariate and multivariate, usual and Laurent) -
eigen
Haskel binding for Eigen library. Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
Promo
www.influxdata.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of calculator or a related project?
README
MathREPL
A feature rich calculator repl.
Features
- Arithmetic
- Standard mathematical functions
- Variable bindings
- Function bindings
- Single argument functions
- Multiple argument functions
- Plotting
- Static plots (no animation)
- Dynamic plots (for multiple argument functions)
Installation
Linux users
From hackage:
stack install gtk2hs-buildtools
PATH="$HOME/.local/bin:$PATH" stack install MathREPL
From the repo:
stack install gtk2hs-buildtools # From a directory with no stack.yaml
cd /path/to/MathREPL/repo
PATH="$HOME/.local/bin:$PATH" stack install
Windows users
This should work, assuming the PATH variable is set correctly:
cmd> stack install gtk2hs-buildtools
cmd> stack install MathREPL
Implementation
- Written in haskell
- Parsing done using parsec
- Repl built using haskeline
- Colored output using ANSI color codes
Usage
Use :? to view usage instructions.
Thanks
- Thanks to husky for color output.