Skip to content

Error on double handling in REPL #864

@olagjo

Description

@olagjo

The following series of commands seem to hit a bug in scriptcs:

var a = new double[5];
a[1] = 2.3;     //All is well so far
a[1] /= 0.5;    //prints 1.39E-309, a calculation error. Should be 4.6
a               //scriptcs hangs, and exiting returns to normal command line, now with a new and fancy font color

(Edit: Wording on the line with division)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions