89f966dfe4ed1a8618fe87cd4a0d03009f1868c7
[platform/framework/web/crosswalk-tizen.git] /
1 'use strict';
2
3 module.exports = require('./is-implemented')()
4         ? Math.cbrt
5         : require('./shim');