Re: Floating point in Bash scripts??
- From: John Hasler <john@xxxxxxxxxx>
- Date: Thu, 26 Feb 2009 12:00:01 -0600
Nate Eldredge writes:
The meaning [of arbitrary-precision floating point] seems pretty clear to
me, floating point arithmetic where values can be computed with arbitrary
precision (arbitrary number of digits). The sort of system that would be
suitable for computing pi to 50,000 decimal places.
Arbitrary precision is suitable for that. Normal floating point (IEEE
754-2008) is not.
"Arbitrary-precision arithmetic" might imply integer-only arithmetic.
The sort that would be suitable for computing 2^65536. What does the
term mean to you?
Arbitrary precision arithmetic:
<http://en.wikipedia.org/wiki/Arbitrary_precision>
Floating point:
<http://en.wikipedia.org/wiki/Floating_point>
--
John Hasler
john@xxxxxxxxxx
Dancing Horse Hill
Elmwood, WI USA
.
- References:
- Floating point in Bash scripts??
- From: Charles Sullivan
- Re: Floating point in Bash scripts??
- From: Eric
- Re: Floating point in Bash scripts??
- From: John Hasler
- Re: Floating point in Bash scripts??
- From: Eric
- Re: Floating point in Bash scripts??
- From: Greg Louis
- Re: Floating point in Bash scripts??
- From: John Hasler
- Re: Floating point in Bash scripts??
- From: Nate Eldredge
- Floating point in Bash scripts??
- Prev by Date: Re: Floating point in Bash scripts??
- Next by Date: Re: Floating point in Bash scripts??
- Previous by thread: Re: Floating point in Bash scripts??
- Next by thread: Re: Floating point in Bash scripts??
- Index(es):
Relevant Pages
|