Detect division by zero: Difference between revisions

m
no edit summary
(Detect division by zero in BASIC256, QBasic and True BASIC)
mNo edit summary
Line 2:
[[Category:Simple]]
{{omit from|6502 Assembly|6502 has no hardware division so this task is impossible.}}
{{omit from|8080 Assembly|Z80 has no hardware division so this task is impossible.}}
{{omit from|Z80 Assembly|Z80 has no hardware division so this task is impossible.}}
{{omit from|Computer/zero Assembly|no hardware division so this task is impossible.}}
;Task:
Write a function to detect a   ''divide by zero error''   without checking if the denominator is zero.
1,489

edits