From bbab54cdc879d7ddc65db57ce1c8248a6eae7723 Mon Sep 17 00:00:00 2001 From: ximenchuixue <496325943@qq.com> Date: Tue, 30 Aug 2022 23:56:03 -0700 Subject: [PATCH] add mathjs Signed-off-by: ximenchuixue <496325943@qq.com> --- newlibs/mathjs.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 newlibs/mathjs.md diff --git a/newlibs/mathjs.md b/newlibs/mathjs.md new file mode 100644 index 0000000..3310c81 --- /dev/null +++ b/newlibs/mathjs.md @@ -0,0 +1,11 @@ +### 工具库 + +|三方组件名称|描述|sample地址| +|:---:|:---:|:---:| +| [mathjs](https://github.com/josdejong/mathjs) | javascript和nodejs数学库 | + + + + + + -- Gitee