Project

General

Profile

Bug #579

Divide by 0 error incorrectly returns NaN. Instead, it should return a divide by 0 error so On Error will work.

Added by Brian Flanagan over 3 years ago. Updated almost 2 years ago.

Status:
Feedback
Priority:
Normal
Target version:
-
Start date:
11/17/2020
Due date:
% Done:

0%

Estimated time:
1:00 h
Affected version:

Description

It should, instead, cause a runtime error, with a proper divide by 0 error displayed.

#1

Updated by Brian Flanagan over 3 years ago

  • Priority changed from Normal to High
#2

Updated by Francois Lionet over 3 years ago

  • Status changed from New to Feedback
  • Assignee set to Francois Lionet
  • Priority changed from High to Normal
  • Target version set to Beta 1

I cannot make it crash... "Infinity" IS a number in Javascript. Please provide an example of source code that does it so that I can prevent it from crashing.
It is impossible to detect division by zero in a simple manner, implementing a protection would slow down every expression.

#3

Updated by Brian Flanagan over 3 years ago

I don't understand what is complex about determining if the divisor is 0.

Sample code:

X=5/0
Print X

result:

NaN

#4

Updated by Brian Flanagan almost 2 years ago

  • Subject changed from Divide by 0 error incorrectly returns a STRING " Infinity"... which causes a NaN error. to Divide by 0 error incorrectly returns NaN. Instead, it should return a divide by 0 error so On Error will work.
  • Target version deleted (Beta 1)
  • Affected version changed from Beta 1 to 1.0.0 (B15)

The problem is that this should return a proper ERRN and ERR$.
This is required for On Error or other error handling to work properly.

Also available in: Atom PDF