from-exponential:轻量级模块,可将数字从指数符号转换为人类可读的字符串

时间:2021-04-27 13:48:38
【文件属性】:
文件名称:from-exponential:轻量级模块,可将数字从指数符号转换为人类可读的字符串
文件大小:59KB
文件格式:ZIP
更新时间:2021-04-27 13:48:38
convert notation exponential number scientific 从指数 轻量级模块,用于将数字从指数符号转换为人类可读的字符串。 与相反 安装 npm install from-exponential 用法 import fromExponential from 'from-exponential' ; fromExponential ( 1.123e-10 ) ; // => '0.0000000001123' fromExponential ( '-12.123e-1' ) ; // => '-1.2123' fromExponential ( Number . MAX_VALUE ) ; // => '17976931348623157000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
【文件预览】:
from-exponential-master
----.travis.yml(240B)
----.babelrc(25B)
----package.json(1KB)
----test()
--------index.test.js(3KB)
----jest.config.js(350B)
----LICENSE(1KB)
----package-lock.json(255KB)
----src()
--------helpers.js(432B)
--------index.js(2KB)
----.eslintrc.js(1KB)
----.gitignore(69B)
----README.md(2KB)
----.editorconfig(276B)
----build()
--------rollup.config.js(325B)
--------rollup.uglify.config.js(435B)

网友评论