UNPKG

core-js

Version:
8 lines (7 loc) 168 B
// 20.2.2.34 Math.trunc(x) var $def = require('./$.def'); $def($def.S, 'Math', { trunc: function trunc(it){ return (it > 0 ? Math.floor : Math.ceil)(it); } });