7 Star 32 Fork 13

imba久期 / js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
js-48.js 227 Bytes
一键复制 编辑 原始数据 按行查看 历史
imba久期 提交于 2020-07-18 14:28 . #47,#48,#49,#50
Number.prototype.km = function() { return this * 1000 }
Number.prototype.m = function() { return Number(this) }
Number.prototype.cm = function() { return this / 100 }
Number.prototype.ft = function() { return this / 3.2808399 }
JavaScript
1
https://gitee.com/imba97/js.git
git@gitee.com:imba97/js.git
imba97
js
js
master

搜索帮助