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