UNPKG

mm_maths

Version:

这是一个可以将数学公式推导变形,并转成js和计算的模块。

34 lines (33 loc) 818 B
{ "name": "mm_maths", "version": "1.2.0", "description": "这是一个可以将数学公式推导变形,并转成js和计算的模块。", "main": "index.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://gitee.com/qiuwenwu91/mm_maths.git" }, "keywords": [ "math", "array", "number", "identities", "expression", "set", "convert", "symbol", "$" ], "author": "邱文武", "license": "ISC", "bugs": { "url": "https://gitee.com/qiuwenwu91/mm_maths/issues" }, "homepage": "https://gitee.com/qiuwenwu91/mm_maths#readme", "dependencies": { "mm_expand": "^1.8.3" } }