Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
remiD45
/
Mistral_hackathon_2025
like
0
No application file
App
Files
Files
Community
main
Mistral_hackathon_2025
/
node_modules
/
math-intrinsics
/
isNegativeZero.d.ts
remiD45
push chat
8990a66
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
79 Bytes
declare
function
isNegativeZero
(
x:
unknown
):
boolean
;
export
= isNegativeZero;