[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Wrapping up SRFI-70

This page is part of the web mail archives of SRFI 70 from before July 7th, 2015. The new archives for SRFI 70 contain all messages, not just those from before July 7th, 2015.



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/