Sha256: 14892f4eb7b20c8c403386e598b19bac9dfc9864ab67d80c3c0d9d3fcd390f0a

Contents?: true

Size: 181 Bytes

Versions: 2

Compression:

Stored size: 181 Bytes

Contents

'use strict';

module.exports = function () {
	var atanh = Math.atanh;
	if (typeof atanh !== 'function') return false;
	return Math.round(atanh(0.5) * 1e15) === 549306144334055;
};

Version data entries

2 entries across 2 versions & 1 rubygems

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