Sha256: c0ef02b8b1db16028fc947633749cf1fc72abf39a4c1dbd23624dfe516bef9c7

Contents?: true

Size: 272 Bytes

Versions: 2

Compression:

Stored size: 272 Bytes

Contents

'use strict';

module.exports = function (t, a) {
	a(t({}), NaN, "NaN");
	a(t(-2), NaN, "Less than -1");
	a(t(2), NaN, "Greater than 1");
	a(t(-1), -Infinity, "-1");
	a(t(1), Infinity, "1");
	a(t(0), 0, "Zero");
	a(Math.round(t(0.5) * 1e15), 549306144334055, "Other");
};

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
guard-sass-lint-0.1.2 node_modules/es5-ext/test/math/atanh/shim.js
guard-sass-lint-0.1.1 node_modules/es5-ext/test/math/atanh/shim.js