Skip to content

Division by zero returns infinity or NaN #66

@pawbu

Description

@pawbu

Current implementation of VTLNumber relies on Java's rules when executing operations like 1/0(results in ∞) or 0/0 (results in NaN). The specification says a runtime error should be thrown in such cases. Ref. VTL 1.1 user manual, lines 3672-3673.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions