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