Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
yuriko
on May 25, 2019
|
parent
|
context
|
favorite
| on:
What's the difference between 0/0 and 1/0?
I'm definitely joking, but
$ node
> 1.0/0.0
Infinity
> 0.0/0.0
NaN
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
$ node
> 1.0/0.0
Infinity
> 0.0/0.0
NaN