debian-mirror-gitlab/core-js/es/math/cbrt.js
2019-09-25 13:30:05 +05:30

4 lines
117 B
JavaScript

require('../../modules/es.math.cbrt');
var path = require('../../internals/path');
module.exports = path.Math.cbrt;