Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metadelta/mdlt
A command-line utility for quick math.
https://github.com/metadelta/mdlt
algebra calculus cas cli machine-learning math
Last synced: 14 days ago
JSON representation
A command-line utility for quick math.
- Host: GitHub
- URL: https://github.com/metadelta/mdlt
- Owner: metadelta
- Created: 2017-02-11T17:02:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-01T08:28:44.000Z (about 7 years ago)
- Last Synced: 2024-09-19T19:51:56.560Z (about 2 months ago)
- Topics: algebra, calculus, cas, cli, machine-learning, math
- Language: JavaScript
- Size: 4.99 MB
- Stars: 172
- Watchers: 5
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cli-apps - mdlt - A lightweight command line tool that lets you perform arithmetic and symbolic math operations right from the terminal. (<a name="calc"></a>Calculators)
- awesome-cli-apps - mdlt - Do quick math right from the command line. (Utilities / Math)
- awesome-cli-apps-in-a-csv - mdlt - A lightweight command line tool that lets you perform arithmetic and symbolic math operations right from the terminal. (<a name="calc"></a>Calculators)
- fucking-awesome-cli-apps - mdlt - Do quick math right from the command line. (Utilities / Math)
README
# mdlt - Metadelta CLI
**A command-line utility for quick math.**
### What is it?
Mdlt is a lightweight command line tool that lets you perform arithmetic and symbolic math operations right from the terminal.
![mdlt demo](mdlt.gif)
### Why this?
Well, nobody wants to boot Python, import SymPy, and type extraneous commands just to find a derivative. And, finding a decent website for math is quite a pain. *Mdlt just makes it too easy to do math!*### How do I get started?
To install mdlt, simply run:
```
npm i -g mdlt
```
That's it! Now you can begin implementing Metadelta's powerful functionality right from the terminal!### Okay and how do I use it?
Commands are formatted as such:
```
mdlt [operation] [expression]
```
Which means that you'd like metadelta to perform the given operation on the following expression.
An example of this is:
```
mdlt derive x^2
```
which returns: `2 x`.
*Note:* for more reliable processing, wrap the expression in double quotes.
For more commands, Mdlt's documentation can be found [here](https://github.com/metadelta/mdlt/blob/master/DOCS.md).
______________________________________________
Like mdlt? [Donate Bitcoin](http://www.aunyks.com/bitcoin/) to support development!Built using [metadelta](https://github.com/metadelta/metadelta-core)
Licensed under the GNU GPLv3 license.Copyright (C) 2017 Gerald Nash
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .