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