Uploading the main structure
هذا الالتزام موجود في:
6
node_modules/math-intrinsics/isNegativeZero.js
مولّد
مباع
Normal file
6
node_modules/math-intrinsics/isNegativeZero.js
مولّد
مباع
Normal file
@@ -0,0 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
/** @type {import('./isNegativeZero')} */
|
||||
module.exports = function isNegativeZero(x) {
|
||||
return x === 0 && 1 / x === 1 / -0;
|
||||
};
|
المرجع في مشكلة جديدة
حظر مستخدم