Aubrey Jaffer wrote:
| Also I got:| | #|kawa:30|# (angle neg-inf)| 0 The result should be pi, the same as (angle -1). | #|kawa:29|# (angle inf) | 0 If inf is inexact, then (angle inf) should be 0.0
Indeed, yes. I had a bogus special-case method for real numbers which always returned zero. Fixed by removing the specialization. Thanks! -- --Per Bothner per@xxxxxxxxxxx http://per.bothner.com/