Abdulaziz Ghuloum wrote:

I was interested in experimenting with 'definite-integral' from scmutils in R6RS, so I ported it:

    http://github.com/dharmatech/sicm/tree/master

Why are you not using the regular infinities instead of these?

(define :-infinity ':-infinity)
(define :+infinity ':+infinity)
(define *infinities* (list :-infinity :+infinity))

Ah you're right... Good suggestion!

Ed

Reply via email to