Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
QUnit.test('Math.hypot', assert => {
const { sqrt } = Math;
assert.isFunction(hypot);
assert.strictEqual(hypot(), 0);
assert.strictEqual(hypot(1), 1);
assert.same(hypot('', 0), 0);
assert.same(hypot(0, ''), 0);
assert.strictEqual(hypot(Infinity, 0), Infinity, 'Infinity, 0');
assert.strictEqual(hypot(-Infinity, 0), Infinity, '-Infinity, 0');
assert.strictEqual(hypot(0, Infinity), Infinity, '0, Infinity');
assert.strictEqual(hypot(0, -Infinity), Infinity, '0, -Infinity');
assert.strictEqual(hypot(Infinity, NaN), Infinity, 'Infinity, NaN');
assert.strictEqual(hypot(NaN, -Infinity), Infinity, 'NaN, -Infinity');
assert.same(hypot(NaN, 0), NaN, 'NaN, 0');
assert.same(hypot(0, NaN), NaN, '0, NaN');
assert.same(hypot(0, -0), 0);
assert.same(hypot(0, 0), 0);
assert.same(hypot(-0, -0), 0);
assert.same(hypot(-0, 0), 0);
assert.strictEqual(hypot(0, 1), 1);
assert.strictEqual(hypot(0, -1), 1);
assert.strictEqual(hypot(-0, 1), 1);
assert.strictEqual(hypot(-0, -1), 1);
assert.same(hypot(0), 0);
assert.strictEqual(hypot(1), 1);
assert.strictEqual(hypot(2), 2);
assert.strictEqual(hypot(0, 0, 1), 1);
assert.strictEqual(hypot(0, 1, 0), 1);
assert.strictEqual(hypot(1, 0, 0), 1);
QUnit.test('Math.hypot', assert => {
const { sqrt } = Math;
assert.isFunction(hypot);
assert.strictEqual(hypot(), 0);
assert.strictEqual(hypot(1), 1);
assert.same(hypot('', 0), 0);
assert.same(hypot(0, ''), 0);
assert.strictEqual(hypot(Infinity, 0), Infinity, 'Infinity, 0');
assert.strictEqual(hypot(-Infinity, 0), Infinity, '-Infinity, 0');
assert.strictEqual(hypot(0, Infinity), Infinity, '0, Infinity');
assert.strictEqual(hypot(0, -Infinity), Infinity, '0, -Infinity');
assert.strictEqual(hypot(Infinity, NaN), Infinity, 'Infinity, NaN');
assert.strictEqual(hypot(NaN, -Infinity), Infinity, 'NaN, -Infinity');
assert.same(hypot(NaN, 0), NaN, 'NaN, 0');
assert.same(hypot(0, NaN), NaN, '0, NaN');
assert.same(hypot(0, -0), 0);
assert.same(hypot(0, 0), 0);
assert.same(hypot(-0, -0), 0);
assert.same(hypot(-0, 0), 0);
assert.strictEqual(hypot(0, 1), 1);
assert.strictEqual(hypot(0, -1), 1);
assert.strictEqual(hypot(-0, 1), 1);
assert.strictEqual(hypot(-0, -1), 1);
assert.same(hypot(0), 0);
QUnit.test('Math.hypot', assert => {
const { sqrt } = Math;
assert.isFunction(hypot);
assert.strictEqual(hypot(), 0);
assert.strictEqual(hypot(1), 1);
assert.same(hypot('', 0), 0);
assert.same(hypot(0, ''), 0);
assert.strictEqual(hypot(Infinity, 0), Infinity, 'Infinity, 0');
assert.strictEqual(hypot(-Infinity, 0), Infinity, '-Infinity, 0');
assert.strictEqual(hypot(0, Infinity), Infinity, '0, Infinity');
assert.strictEqual(hypot(0, -Infinity), Infinity, '0, -Infinity');
assert.strictEqual(hypot(Infinity, NaN), Infinity, 'Infinity, NaN');
assert.strictEqual(hypot(NaN, -Infinity), Infinity, 'NaN, -Infinity');
assert.same(hypot(NaN, 0), NaN, 'NaN, 0');
assert.same(hypot(0, NaN), NaN, '0, NaN');
assert.same(hypot(0, -0), 0);
assert.same(hypot(0, 0), 0);
assert.same(hypot(-0, -0), 0);
assert.same(hypot(-0, 0), 0);
assert.strictEqual(hypot(0, 1), 1);
QUnit.test('Math.hypot', assert => {
const { sqrt } = Math;
assert.isFunction(hypot);
assert.strictEqual(hypot(), 0);
assert.strictEqual(hypot(1), 1);
assert.same(hypot('', 0), 0);
assert.same(hypot(0, ''), 0);
assert.strictEqual(hypot(Infinity, 0), Infinity, 'Infinity, 0');
assert.strictEqual(hypot(-Infinity, 0), Infinity, '-Infinity, 0');
assert.strictEqual(hypot(0, Infinity), Infinity, '0, Infinity');
assert.strictEqual(hypot(0, -Infinity), Infinity, '0, -Infinity');
assert.strictEqual(hypot(Infinity, NaN), Infinity, 'Infinity, NaN');
assert.strictEqual(hypot(NaN, -Infinity), Infinity, 'NaN, -Infinity');
assert.same(hypot(NaN, 0), NaN, 'NaN, 0');
assert.same(hypot(0, NaN), NaN, '0, NaN');
assert.same(hypot(0, -0), 0);
assert.same(hypot(0, 0), 0);
assert.same(hypot(-0, -0), 0);
assert.same(hypot(-0, 0), 0);
assert.strictEqual(hypot(0, 1), 1);
assert.strictEqual(hypot(0, -1), 1);
assert.strictEqual(hypot(-0, 1), 1);
QUnit.test('Math.hypot', assert => {
const { sqrt } = Math;
assert.isFunction(hypot);
assert.strictEqual(hypot(), 0);
assert.strictEqual(hypot(1), 1);
assert.same(hypot('', 0), 0);
assert.same(hypot(0, ''), 0);
assert.strictEqual(hypot(Infinity, 0), Infinity, 'Infinity, 0');
assert.strictEqual(hypot(-Infinity, 0), Infinity, '-Infinity, 0');
assert.strictEqual(hypot(0, Infinity), Infinity, '0, Infinity');
assert.strictEqual(hypot(0, -Infinity), Infinity, '0, -Infinity');
assert.strictEqual(hypot(Infinity, NaN), Infinity, 'Infinity, NaN');
assert.strictEqual(hypot(NaN, -Infinity), Infinity, 'NaN, -Infinity');
assert.same(hypot(NaN, 0), NaN, 'NaN, 0');
assert.same(hypot(0, NaN), NaN, '0, NaN');
assert.same(hypot(0, -0), 0);
assert.same(hypot(0, 0), 0);
assert.same(hypot(-0, -0), 0);
assert.same(hypot(-0, 0), 0);
assert.strictEqual(hypot(0, 1), 1);
assert.strictEqual(hypot(0, -1), 1);
const { sqrt } = Math;
assert.isFunction(hypot);
assert.strictEqual(hypot(), 0);
assert.strictEqual(hypot(1), 1);
assert.same(hypot('', 0), 0);
assert.same(hypot(0, ''), 0);
assert.strictEqual(hypot(Infinity, 0), Infinity, 'Infinity, 0');
assert.strictEqual(hypot(-Infinity, 0), Infinity, '-Infinity, 0');
assert.strictEqual(hypot(0, Infinity), Infinity, '0, Infinity');
assert.strictEqual(hypot(0, -Infinity), Infinity, '0, -Infinity');
assert.strictEqual(hypot(Infinity, NaN), Infinity, 'Infinity, NaN');
assert.strictEqual(hypot(NaN, -Infinity), Infinity, 'NaN, -Infinity');
assert.same(hypot(NaN, 0), NaN, 'NaN, 0');
assert.same(hypot(0, NaN), NaN, '0, NaN');
assert.same(hypot(0, -0), 0);
assert.same(hypot(0, 0), 0);
assert.same(hypot(-0, -0), 0);
assert.same(hypot(-0, 0), 0);
assert.strictEqual(hypot(0, 1), 1);
assert.strictEqual(hypot(0, -1), 1);
assert.strictEqual(hypot(-0, 1), 1);
assert.strictEqual(hypot(-0, -1), 1);
assert.same(hypot(0), 0);
assert.strictEqual(hypot(1), 1);
assert.strictEqual(hypot(2), 2);
assert.strictEqual(hypot(0, 0, 1), 1);
assert.strictEqual(hypot(0, 1, 0), 1);
assert.strictEqual(hypot(1, 0, 0), 1);
assert.strictEqual(hypot(2, 3, 4), sqrt(2 * 2 + 3 * 3 + 4 * 4));
assert.strictEqual(hypot(2, 3, 4, 5), sqrt(2 * 2 + 3 * 3 + 4 * 4 + 5 * 5));
assert.epsilon(hypot(66, 66), 93.33809511662427);
assert.epsilon(hypot(0.1, 100), 100.0000499999875);
assert.strictEqual(hypot(-0, -1), 1);
assert.same(hypot(0), 0);
assert.strictEqual(hypot(1), 1);
assert.strictEqual(hypot(2), 2);
assert.strictEqual(hypot(0, 0, 1), 1);
assert.strictEqual(hypot(0, 1, 0), 1);
assert.strictEqual(hypot(1, 0, 0), 1);
assert.strictEqual(hypot(2, 3, 4), sqrt(2 * 2 + 3 * 3 + 4 * 4));
assert.strictEqual(hypot(2, 3, 4, 5), sqrt(2 * 2 + 3 * 3 + 4 * 4 + 5 * 5));
assert.epsilon(hypot(66, 66), 93.33809511662427);
assert.epsilon(hypot(0.1, 100), 100.0000499999875);
assert.strictEqual(hypot(1e+300, 1e+300), 1.4142135623730952e+300);
assert.strictEqual(Math.floor(hypot(1e-300, 1e-300) * 1e308), 141421356);
assert.strictEqual(hypot(1e+300, 1e+300, 2, 3), 1.4142135623730952e+300);
assert.strictEqual(hypot(-3, 4), 5);
assert.strictEqual(hypot(3, -4), 5);
});
assert.isFunction(hypot);
assert.strictEqual(hypot(), 0);
assert.strictEqual(hypot(1), 1);
assert.same(hypot('', 0), 0);
assert.same(hypot(0, ''), 0);
assert.strictEqual(hypot(Infinity, 0), Infinity, 'Infinity, 0');
assert.strictEqual(hypot(-Infinity, 0), Infinity, '-Infinity, 0');
assert.strictEqual(hypot(0, Infinity), Infinity, '0, Infinity');
assert.strictEqual(hypot(0, -Infinity), Infinity, '0, -Infinity');
assert.strictEqual(hypot(Infinity, NaN), Infinity, 'Infinity, NaN');
assert.strictEqual(hypot(NaN, -Infinity), Infinity, 'NaN, -Infinity');
assert.same(hypot(NaN, 0), NaN, 'NaN, 0');
assert.same(hypot(0, NaN), NaN, '0, NaN');
assert.same(hypot(0, -0), 0);
assert.same(hypot(0, 0), 0);
assert.same(hypot(-0, -0), 0);
assert.same(hypot(-0, 0), 0);
assert.strictEqual(hypot(0, 1), 1);
assert.strictEqual(hypot(0, -1), 1);
assert.strictEqual(hypot(-0, 1), 1);
assert.strictEqual(hypot(-0, -1), 1);
assert.same(hypot(0), 0);
assert.strictEqual(hypot(1), 1);
assert.strictEqual(hypot(2), 2);
assert.strictEqual(hypot(0, 0, 1), 1);
assert.strictEqual(hypot(0, 1, 0), 1);
assert.strictEqual(hypot(1, 0, 0), 1);
assert.strictEqual(hypot(2, 3, 4), sqrt(2 * 2 + 3 * 3 + 4 * 4));
assert.strictEqual(hypot(2, 3, 4, 5), sqrt(2 * 2 + 3 * 3 + 4 * 4 + 5 * 5));
assert.epsilon(hypot(66, 66), 93.33809511662427);
assert.epsilon(hypot(0.1, 100), 100.0000499999875);
assert.strictEqual(hypot(1e+300, 1e+300), 1.4142135623730952e+300);
assert.strictEqual(hypot(Infinity, 0), Infinity, 'Infinity, 0');
assert.strictEqual(hypot(-Infinity, 0), Infinity, '-Infinity, 0');
assert.strictEqual(hypot(0, Infinity), Infinity, '0, Infinity');
assert.strictEqual(hypot(0, -Infinity), Infinity, '0, -Infinity');
assert.strictEqual(hypot(Infinity, NaN), Infinity, 'Infinity, NaN');
assert.strictEqual(hypot(NaN, -Infinity), Infinity, 'NaN, -Infinity');
assert.same(hypot(NaN, 0), NaN, 'NaN, 0');
assert.same(hypot(0, NaN), NaN, '0, NaN');
assert.same(hypot(0, -0), 0);
assert.same(hypot(0, 0), 0);
assert.same(hypot(-0, -0), 0);
assert.same(hypot(-0, 0), 0);
assert.strictEqual(hypot(0, 1), 1);
assert.strictEqual(hypot(0, -1), 1);
assert.strictEqual(hypot(-0, 1), 1);
assert.strictEqual(hypot(-0, -1), 1);
assert.same(hypot(0), 0);
assert.strictEqual(hypot(1), 1);
assert.strictEqual(hypot(2), 2);
assert.strictEqual(hypot(0, 0, 1), 1);
assert.strictEqual(hypot(0, 1, 0), 1);
assert.strictEqual(hypot(1, 0, 0), 1);
assert.strictEqual(hypot(2, 3, 4), sqrt(2 * 2 + 3 * 3 + 4 * 4));
assert.strictEqual(hypot(2, 3, 4, 5), sqrt(2 * 2 + 3 * 3 + 4 * 4 + 5 * 5));
assert.epsilon(hypot(66, 66), 93.33809511662427);
assert.epsilon(hypot(0.1, 100), 100.0000499999875);
assert.strictEqual(hypot(1e+300, 1e+300), 1.4142135623730952e+300);
assert.strictEqual(Math.floor(hypot(1e-300, 1e-300) * 1e308), 141421356);
assert.strictEqual(hypot(1e+300, 1e+300, 2, 3), 1.4142135623730952e+300);
assert.strictEqual(hypot(-3, 4), 5);
assert.strictEqual(hypot(3, -4), 5);
});
assert.same(hypot(0, ''), 0);
assert.strictEqual(hypot(Infinity, 0), Infinity, 'Infinity, 0');
assert.strictEqual(hypot(-Infinity, 0), Infinity, '-Infinity, 0');
assert.strictEqual(hypot(0, Infinity), Infinity, '0, Infinity');
assert.strictEqual(hypot(0, -Infinity), Infinity, '0, -Infinity');
assert.strictEqual(hypot(Infinity, NaN), Infinity, 'Infinity, NaN');
assert.strictEqual(hypot(NaN, -Infinity), Infinity, 'NaN, -Infinity');
assert.same(hypot(NaN, 0), NaN, 'NaN, 0');
assert.same(hypot(0, NaN), NaN, '0, NaN');
assert.same(hypot(0, -0), 0);
assert.same(hypot(0, 0), 0);
assert.same(hypot(-0, -0), 0);
assert.same(hypot(-0, 0), 0);
assert.strictEqual(hypot(0, 1), 1);
assert.strictEqual(hypot(0, -1), 1);
assert.strictEqual(hypot(-0, 1), 1);
assert.strictEqual(hypot(-0, -1), 1);
assert.same(hypot(0), 0);
assert.strictEqual(hypot(1), 1);
assert.strictEqual(hypot(2), 2);
assert.strictEqual(hypot(0, 0, 1), 1);
assert.strictEqual(hypot(0, 1, 0), 1);
assert.strictEqual(hypot(1, 0, 0), 1);
assert.strictEqual(hypot(2, 3, 4), sqrt(2 * 2 + 3 * 3 + 4 * 4));
assert.strictEqual(hypot(2, 3, 4, 5), sqrt(2 * 2 + 3 * 3 + 4 * 4 + 5 * 5));
assert.epsilon(hypot(66, 66), 93.33809511662427);
assert.epsilon(hypot(0.1, 100), 100.0000499999875);
assert.strictEqual(hypot(1e+300, 1e+300), 1.4142135623730952e+300);
assert.strictEqual(Math.floor(hypot(1e-300, 1e-300) * 1e308), 141421356);
assert.strictEqual(hypot(1e+300, 1e+300, 2, 3), 1.4142135623730952e+300);
assert.strictEqual(hypot(-3, 4), 5);
assert.strictEqual(hypot(3, -4), 5);