From: Yuri Khan <yuri.v.khan@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: percent-change
Date: Sun, 14 May 2023 21:29:48 +0700 [thread overview]
Message-ID: <CAP_d_8Wy=Z9Hd61yHqy8b0M44OxNLeWVsqdzbJd+h66B8BXBqw@mail.gmail.com> (raw)
In-Reply-To: <87zg68w73s.fsf@dataswamp.org>
On Sun, 14 May 2023 at 19:20, Emanuel Berg <incal@dataswamp.org> wrote:
> But how/why does that work if 'from' is 0?
>
> (/ 1 0 0.01) ; 1.0e+INF
>
> What does that mean?
In floating point, dividing by zero is allowed and yields +infinity,
-infinity or (quiet) not-a-number depending on the sign of the
numerator. ‘/’ knows to perform the division in floating when at least
one operand is a float, which 0.01 nicely provides. “1.0e+INF” is just
the printed representation for positive infinity.
next prev parent reply other threads:[~2023-05-14 14:29 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-11 13:35 percent-change Emanuel Berg
2023-05-13 13:37 ` percent-change Ruijie Yu via Users list for the GNU Emacs text editor
2023-05-13 14:00 ` percent-change Emanuel Berg
2023-05-13 14:06 ` percent-change Emanuel Berg
2023-05-13 15:16 ` percent-change Yuri Khan
2023-05-13 15:58 ` percent-change Emanuel Berg
2023-05-13 16:04 ` percent-change Emanuel Berg
2023-05-14 14:29 ` Yuri Khan [this message]
2023-05-15 2:54 ` percent-change Emanuel Berg
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAP_d_8Wy=Z9Hd61yHqy8b0M44OxNLeWVsqdzbJd+h66B8BXBqw@mail.gmail.com' \
--to=yuri.v.khan@gmail.com \
--cc=help-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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).