Hacker News new | ask | show | jobs
by majewsky 3136 days ago
What's wrong about just `float(a)/float(b)`?
1 comments

not everything that can be divided can be reasonably cast to a float
Also, it's ugly as sin