From b2359d324125fc4e990e8e7e9ac6c465336cc74d Mon Sep 17 00:00:00 2001 From: xiaoer <3032661163@qq.com> Date: Wed, 31 Aug 2022 01:08:53 -0700 Subject: [PATCH] add big.js Signed-off-by: xiaoer <3032661163@qq.com> --- newlibs/bigjs.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 newlibs/bigjs.md diff --git a/newlibs/bigjs.md b/newlibs/bigjs.md new file mode 100644 index 0000000..2adc2ab --- /dev/null +++ b/newlibs/bigjs.md @@ -0,0 +1,11 @@ +### 工具库 + +|三方组件名称|描述|sample地址| +|:---:|:---:|:---:| +| [big.js](https://github.com/MikeMcl/big.js) | 一个小型js库,用于任意精度的十进制运算 | + + + + + + -- Gitee