927c8af784d3548e96321f97b6e83e2bfd4a4f58
[platform/framework/web/crosswalk-tizen.git] /
1 'use strict';
2
3 module.exports = function () {
4         var sinh = Math.sinh;
5         if (typeof sinh !== 'function') return false;
6         return sinh(1) === 1.1752011936438014;
7 };