emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#14870: closed (gcd and lcm do not work on inexact


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#14870: closed (gcd and lcm do not work on inexact integers)
Date: Tue, 16 Jul 2013 10:44:02 +0000

Your message dated Tue, 16 Jul 2013 06:43:27 -0400
with message-id <address@hidden>
and subject line Re: bug#14870: gcd and lcm do not work on inexact integers
has caused the debbugs.gnu.org bug report #14870,
regarding gcd and lcm do not work on inexact integers
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
14870: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14870
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: gcd and lcm do not work on inexact integers Date: Mon, 15 Jul 2013 15:00:53 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)
Hello schemers,

the gcd and lcm procedures from (rnrs) do not work on inexact integers:

scheme@(guile-user)> (import (rnrs))
scheme@(guile-user)> (lcm 32.0 -36)
ERROR: In procedure lcm:
ERROR: In procedure lcm: Wrong type argument in position 1: 32.0

This is an example from r6rs. Tested with Guile 2.0.9.22-7e816-dirty.

Regards,

-- 
Göran Weinholt <address@hidden>
"Did the writer not know that the use of the term 'the real world' is usually
interpreted as a symptom of rabid anti-intellectualism, or did he not mind?"
-- prof.dr. Edsger W. Dijkstra

Attachment: pgpAx_HIF3FB7.pgp
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: bug#14870: gcd and lcm do not work on inexact integers Date: Tue, 16 Jul 2013 06:43:27 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)
Göran Weinholt <address@hidden> writes:
> the gcd and lcm procedures from (rnrs) do not work on inexact integers:

Fixed in 3bbca1f7237c0e9d9419eaea8f274c9cd7314f04.

    Thanks!
      Mark


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]