文件名称:fround:ES6 Math.fround的小马宝
文件大小:3KB
文件格式:ZIP
更新时间:2024-05-23 12:05:33
JavaScript
圆 ES6 Ponyfill:不会覆盖本机方法的polyfill 安装 $ npm install --save fround 用法 const fround = require ( 'fround' ) ; fround ( 0 ) ; // 0 fround ( 1 ) ; // 1 fround ( 1.337 ) ; // 1.3370000123977661 fround ( 1.5 ) ; // 1.5 fround ( NaN ) ; // NaN 执照 麻省理工学院:copyright:
【文件预览】:
fround-master
----.gitignore(13B)
----.gitattributes(12B)
----package.json(606B)
----readme.md(614B)
----index.js(83B)
----test.js(628B)
----.travis.yml(74B)
----.editorconfig(231B)
----license(1KB)