]> git.r.bdr.sh - rbdr/dotfiles/blob
c796bcbf314f055d87a5c4fea16f72310f2734b5
[rbdr/dotfiles] /
1 'use strict';
2
3 module.exports = function () {
4 var cosh = Math.cosh;
5 if (typeof cosh !== 'function') return false;
6 return cosh(1) === 1.5430806348152437;
7 };