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