Y
Hacker News
new
|
ask
|
show
|
jobs
by
curice
2873 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.
2 comments
stringer
2873 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
2873 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