projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
802322faf38e32ca337320e5f004d36da4f45d4a
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
module.exports = function () {
4
var log2 = Math.log2;
5
if (typeof log2 !== 'function') return false;
6
return log2(3).toFixed(15) === '1.584962500721156';
7
};