RosettaCodeData/Task/Detect-division-by-zero/00DESCRIPTION

4 lines
129 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
;Task:
Write a function to detect a   ''divide by zero error''   without checking if the denominator is zero.
<br><br>