CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
isNegativeZero.js7 linesDownload Raw Back to math-intrinsics
1'use strict';2 3/** @type {import('./isNegativeZero')} */4module.exports = function isNegativeZero(x) {5	return x === 0 && 1 / x === 1 / -0;6};7 
basant307/AI_Governance_Project · CoolFace