Y
Hacker News
new
|
ask
|
show
|
jobs
by
stringer
2872 days ago
Were are speaking of integers here not FP numbers.
2 comments
curice
2872 days ago
Not to be pedantic, but one of the author's own examples involves pi inverse, so I think discussing FP numbers is valid.
link
stringer
2872 days ago
Yes I know, but in the context of Pony, 1/0==0 only applies to integers, not FP numbers. The article doesn't make it clear.
link
spooneybarger
2872 days ago
floating point numbers in Pony follow the standard and return Infinity for division by zero. integer division by zero is undefined behavior and something each programming language has to decide how to handle.
link
halflings
2872 days ago
The article mentions floating point numbers as well, and the same applies to integers anyway. Only used FP numbers for emphasis.
link