|
|
|
|
|
by ian1321
2868 days ago
|
|
Honest question. What is so annoying about that code? It's handling (in an application-specific manner) the special case of dividing by zero (which the `/` operator doesn't handle). I'm not sure of any other way to handle this. |
|