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:27:52 +0100	[thread overview]
Message-ID: <YsRYeFyrGqeQXS0W@gmx.de> (raw)
In-Reply-To: <c42a2cae-446c-1b8d-a388-edab69839a17@eastlink.ca>

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:

-- snip --
$ bc -l
bc 1.07.1
Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006, 2008, 2012-2017 Free Software Foundation, Inc.
This is free software with ABSOLUTELY NO WARRANTY.
For details type `warranty'.
scale=5
e(1)
2.71828
scale=200
e(1)
2.718281828459045235360287471352662497757247093699959574966967627724\
07663035354759457138217852516642742746639193200305992181741359662904\
357290033429526059563073813232862794349076323382988075319525101901
-- snip --

Ciao

Dominik ^_^  ^_^

--

Dominik Vogt


  reply	other threads:[~2022-07-05 15:29 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 [this message]
2022-07-05 15:37   ` Dominik Vogt
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=YsRYeFyrGqeQXS0W@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).