Sha256: 145714b6fa80ddc348bb405d5395ed1adc05927fe06ce26c37f5064c0747b8b2

Contents?: true

Size: 284 Bytes

Versions: 46

Compression:

Stored size: 284 Bytes

Contents

"use strict";

module.exports = function (t, a) {
	a(t(55.55, -1), 55.6);
	a(t(55.549, -1), 55.5);
	a(t(55, 1), 60);
	a(t(54.9, 1), 50);
	a(t(-55.55, -1), -55.5);
	a(t(-55.551, -1), -55.6);
	a(t(-55, 1), -50);
	a(t(-55.1, 1), -60);
	a(t(1.005, -2), 1.01);
	a(t(-1.005, -2), -1.0);
};

Version data entries

46 entries across 46 versions & 2 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/es5-ext/test/math/round-10.js
govuk_publishing_components-18.0.0 node_modules/es5-ext/test/math/round-10.js
govuk_publishing_components-17.21.0 node_modules/es5-ext/test/math/round-10.js
govuk_publishing_components-17.20.0 node_modules/es5-ext/test/math/round-10.js
govuk_publishing_components-17.19.1 node_modules/es5-ext/test/math/round-10.js
govuk_publishing_components-17.19.0 node_modules/es5-ext/test/math/round-10.js
govuk_publishing_components-17.18.0 node_modules/es5-ext/test/math/round-10.js
govuk_publishing_components-17.17.0 node_modules/es5-ext/test/math/round-10.js
govuk_publishing_components-17.16.0 node_modules/es5-ext/test/math/round-10.js
govuk_publishing_components-17.15.0 node_modules/es5-ext/test/math/round-10.js
govuk_publishing_components-17.14.0 node_modules/es5-ext/test/math/round-10.js
govuk_publishing_components-17.13.0 node_modules/es5-ext/test/math/round-10.js
govuk_publishing_components-17.12.2 node_modules/es5-ext/test/math/round-10.js
govuk_publishing_components-17.12.1 node_modules/es5-ext/test/math/round-10.js
govuk_publishing_components-17.12.0 node_modules/es5-ext/test/math/round-10.js
govuk_publishing_components-17.11.0 node_modules/es5-ext/test/math/round-10.js
govuk_publishing_components-17.10.0 node_modules/es5-ext/test/math/round-10.js
govuk_publishing_components-17.9.0 node_modules/es5-ext/test/math/round-10.js
govuk_publishing_components-17.8.0 node_modules/es5-ext/test/math/round-10.js
govuk_publishing_components-17.7.0 node_modules/es5-ext/test/math/round-10.js