RosettaCodeData/Task/Detect-division-by-zero/00DESCRIPTION
2016-12-05 22:15:40 +01:00

3 lines
129 B
Text

;Task:
Write a function to detect a   ''divide by zero error''   without checking if the denominator is zero.
<br><br>