(angle cpx) broken

Bug #248489 reported by Ken Dickey
2
Affects Status Importance Assigned to Milestone
Ikarus Scheme
Fix Committed
Medium
Abdulaziz Ghuloum

Bug Description

I thought this was working at one point. Regression?

Thkx,
-KenD
================================================
Ikarus Scheme version 0.0.3+ (revision 1538, build 2008-07-13)
Copyright (c) 2006-2008 Abdulaziz Ghuloum

> (angle 8+6i)
Unhandled exception
 Condition components:
   1. &error
   2. &who: ikarus
   3. &message: "primitive not supported yet"
   4. &message: "please file a bug report to help us prioritize our goals"
   5. &url: "https://bugs.launchpad.net/ikarus/+filebug"
   6. &irritants: (angle)
> ;; how hard can it be?
(define (angle cpx) (atan (imag-part cpx) (real-part cpx)))
> (angle 8+6i)
0.6435011087932844
>

Related branches

Revision history for this message
Abdulaziz Ghuloum (aghuloum) wrote :

> I thought this was working at one point. Regression?

I just checked. It doesn't seem to have ever been implemented. Will fix. Thanks.

Changed in ikarus:
assignee: nobody → aghuloum
importance: Undecided → Medium
status: New → Confirmed
Revision history for this message
Abdulaziz Ghuloum (aghuloum) wrote :

Fixed in 1539.

Changed in ikarus:
status: Confirmed → Fix Committed
Changed in ikarus:
milestone: none → 0.0.4
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.