Ticket #104 (new defect)

Opened 1 year ago

Dividing by -0 does not preserve sign

Reported by: lth Assigned to: anonymous
Type: defect Priority: major
Milestone: M1 Component: RefImpl
Version: 4 Keywords:
Cc: graydon,brendan

Description

The expression 1.0/(0.0/(-1.0/0.0)) should evaluate to -Infinity but instead evaluates to Infinity.

Attachments

Note: See TracTickets for help on using tickets.