111
k94314517
2025-07-11 372822d209a560b017294b594906aa89bd46f4ce
1
2
3
4
5
6
7
8
9
'use strict';
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
});