basant307/AI_Governance_Project
048
1'use strict';2 3/** @type {import('./isNegativeZero')} */4module.exports = function isNegativeZero(x) {5 return x === 0 && 1 / x === 1 / -0;6};7 1'use strict';2 3/** @type {import('./isNegativeZero')} */4module.exports = function isNegativeZero(x) {5 return x === 0 && 1 / x === 1 / -0;6};7