]> git.r.bdr.sh - rbdr/dotfiles/blob - atom/packages/vim-mode/node_modules/grim/node_modules/emissary/node_modules/es6-weak-map/node_modules/es5-ext/test/math/acosh/shim.js
3d710c7930d4548d51fe507b564eda24a6bc621f
[rbdr/dotfiles] / atom / packages / vim-mode / node_modules / grim / node_modules / emissary / node_modules / es6-weak-map / node_modules / es5-ext / test / math / acosh / shim.js
1 'use strict';
2
3 module.exports = function (t, a) {
4 a(t({}), NaN, "NaN");
5 a(t(-1), NaN, "Negative");
6 a(t(0), NaN, "Zero");
7 a(t(0.5), NaN, "Below 1");
8 a(t(1), 0, "1");
9 a(t(2), 1.3169578969248166, "Other");
10 a(t(Infinity), Infinity, "Infinity");
11 };