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

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

[debbugs-tracker] bug#12241: closed (errata in section 2.4 of Guile v2.0


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#12241: closed (errata in section 2.4 of Guile v2.0.6 manual)
Date: Mon, 03 Sep 2012 20:38:02 +0000

Your message dated Mon, 03 Sep 2012 22:35:57 +0200
with message-id <address@hidden>
and subject line Re: bug#12241: errata in section 2.4 of Guile v2.0.6 manual
has caused the debbugs.gnu.org bug report #12241,
regarding errata in section 2.4 of Guile v2.0.6 manual
to be marked as done.

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


-- 
12241: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12241
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: errata in section 2.4 of Guile v2.0.6 manual Date: Mon, 20 Aug 2012 14:29:06 -0400
The function j0_wrapper() in section 2.4 Writing Guile Extensions of
version 2.0.6 of the Guile Reference manual is incorrect.
        return scm_make_real (j0 (scm_num2dbl (x, "j0")));
should instead be
        return scm_from_double (j0 (scm_to_double (x)));
Note that the correct function can be found in section 5.3.1
A Simple Guile Extension.




--- End Message ---
--- Begin Message --- Subject: Re: bug#12241: errata in section 2.4 of Guile v2.0.6 manual Date: Mon, 03 Sep 2012 22:35:57 +0200 User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux)
Hi,

"Kurt W. Gochko" <address@hidden> skribis:

> The function j0_wrapper() in section 2.4 Writing Guile Extensions of
> version 2.0.6 of the Guile Reference manual is incorrect.
>       return scm_make_real (j0 (scm_num2dbl (x, "j0")));
> should instead be
>       return scm_from_double (j0 (scm_to_double (x)));
> Note that the correct function can be found in section 5.3.1
> A Simple Guile Extension.

Indeed.  Fixed, thanks!

Ludo’.


--- End Message ---

reply via email to

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