zsh-users
 help / color / mirror / code / Atom feed
From: Dominik Vogt <dominik.vogt@gmx.de>
To: zsh-users@zsh.org
Subject: Re: loooong number
Date: Tue, 5 Jul 2022 16:37:33 +0100	[thread overview]
Message-ID: <YsRavQN0P7cDtQk6@gmx.de> (raw)
In-Reply-To: <YsRYeFyrGqeQXS0W@gmx.de>

On Tue, Jul 05, 2022 at 04:27:52PM +0100, Dominik Vogt wrote:
> On Tue, Jul 05, 2022 at 08:19:21AM -0700, Ray Andrews wrote:
> > Now, the formula for the number is easy but the output
> > of course is going to be a floating point number of 200 and counting digits
> > which of course zsh can't handle.  But it occurred to me that if the digits
> > could be computed one at a time (as we can do for pi), then the output could
> > be treated as a simple string to which digits are added indefinitely.  I
> > guess this is really a mathematical question, strictly speaking, but
> > somebody might know.
>
> "bc" can do calculations in arbitrary precision:

$ export BC_LINE_LENGTH=0
$ echo "scale=200;e(1)"| bc -l | sed -e "s/\([0-9][0-9][0-9][0-9]\)/\1 /g"
2.7182 8182 8459 0452 3536 0287 4713 5266 2497 7572 4709 3699 9595 7496 6967 6277 2407 6630 3535 4759 4571 3821 7852 5166 4274 2746 6391 9320 0305 9921 8174 1359 6629 0435 7290 0334 2952 6059 5630 7381 3232 8627 9434 9076 3233 8298 8075 3195 2510 1901

Ciao

Dominik ^_^  ^_^

--

Dominik Vogt


  reply	other threads:[~2022-07-05 15:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-05 15:19 Ray Andrews
2022-07-05 15:27 ` Dominik Vogt
2022-07-05 15:37   ` Dominik Vogt [this message]
2022-07-05 15:37   ` Ray Andrews

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=YsRavQN0P7cDtQk6@gmx.de \
    --to=dominik.vogt@gmx.de \
    --cc=zsh-users@zsh.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 public inbox

	https://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).