百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
M

mdlt

> 开发工具
开源

一个用于快速进行数学计算的命令行工具。

197 stars0 点赞1 次浏览
访问官网GitHub

工具介绍

一个用于快速进行数学计算的命令行工具。

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.

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:

bash
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.


Like mdlt? Donate Bitcoin to support development!

Built using metadelta 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 .

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

JavaScriptalgebracalculuscascli

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月18日
分类开发工具
定价开源

> 相关工具

V
VS Code
流行的开源代码编辑器
G
Git
分布式版本控制系统
V
Vite
下一代前端构建工具