Ticket #1298 (closed bug: invalid)
Data.Complex.phase does unnecessary pattern match
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | _|_ |
| Component: | Prelude | Version: | 6.7 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | Unknown |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
The Data.Complex.phase function contains this line: phase (0 :+ 0) = 0 -- SLPJ July 97 from John Peterson
This is not necessary since atan2 (invoked on the following line) is defined such that it returns 0 in this case already.
-- Lennart
Change History
Note: See
TracTickets for help on using
tickets.
