From: Eli Barzilay <eli@barzilay.org>
To: bug-gnu-emacs@gnu.org
Subject: Re: calculator thinks 12!! = 0
Date: 02 Jul 2007 21:35:47 -0400 [thread overview]
Message-ID: <m37ipiuv4c.fsf@winooski.ccs.neu.edu> (raw)
In-Reply-To: mailman.2981.1183412080.32220.bug-gnu-emacs@gnu.org
Joe Wells <jbw@macs.hw.ac.uk> writes:
> Dear Emacs gurus,
>
> To reproduce the problem, type "M-x calculator RET 12 ! !". You will
> see the result "0".
>
> More reasonable behavior would be what calculator does on 171!, which
> is return "inf".
>
> Additional strange behavior can be found by calculating 11!!, which
> seems to run forever (or at least longer than I had the patience to
> wait).
>
> The same poor behaviors can be observed also in Emacs 21.4 with the
> "-q" command line option, so this is not a new bug and it does not
> appear to depend on my configuration.
The calculator's factorial is nothing too sophisticated... It was
mostly a proof of concept. Some of the things that you see are a
result of what you get with:
(truncate 479001600.0)
(the calculator catches the error and uses 0 instead). I have a fix
for that -- if someone tells me where to send a new version to, I'll
do that so it gets in.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!
next parent reply other threads:[~2007-07-03 1:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.2981.1183412080.32220.bug-gnu-emacs@gnu.org>
2007-07-03 1:35 ` Eli Barzilay [this message]
2007-07-03 19:44 ` calculator thinks 12!! = 0 Eli Zaretskii
2007-07-04 3:43 ` Richard Stallman
2007-07-02 21:34 Joe Wells
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m37ipiuv4c.fsf@winooski.ccs.neu.edu \
--to=eli@barzilay.org \
--cc=bug-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.