公告板
版本库
filestore
活动
搜索
登录
main
/
zhangshi_app_web
张氏APP 前端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
完成会议统计
yz3456
2024-05-14
c661c48ac71e093cab4a2f5b4900ae3bbc0fc24c
[zhangshi_app_web.git]
/
node_modules
/
core-js
/
modules
/
es.math.log10.js
1
2
3
4
5
6
7
8
var $ = require('../internals/export');
var log10 = require('../internals/math-log10');
// `Math.log10` method
// https://tc39.es/ecma262/#sec-math.log10
$({ target: 'Math', stat: true }, {
log10: log10
});