UNPKG

core-js

Version:
8 lines (7 loc) 153 B
// 20.2.2.21 Math.log10(x) var $def = require('./$.def'); $def($def.S, 'Math', { log10: function log10(x){ return Math.log(x) / Math.LN10; } });