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