Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.forth > #132066

Re: Display Engineering Notation with SI Prefix

Date 2024-08-30 12:13 +1000
Subject Re: Display Engineering Notation with SI Prefix
Newsgroups comp.lang.forth
References <66cf431d$1@news.ausics.net> <66d04731$1@news.ausics.net> <b551b3b6939980752fc024b73e3e722a@www.novabbs.com> <66d06bf8@news.ausics.net> <9abad5353f8d82a5af911c82bcd2d404@www.novabbs.com>
From dxf <dxforth@gmail.com>
Message-ID <66d12ad7$1@news.ausics.net> (permalink)
Organization Ausics - https://newsgroups.ausics.net

Show all headers | View raw


On 30/08/2024 12:23 am, mhx wrote:
> On Thu, 29 Aug 2024 12:39:20 +0000, dxf wrote:
> 
> [..]
> 
>> So iForth PRECISION equates to 'decimal places'.
> 
> Yes. I appreciate the mathematical rigor of SET-PRECISION,
> but literally *none* of my academic and engineering friends
> *ever* complained about iForth's evil deviation. Who really
> likes to see
> 
> -1e 0e 0.5e 0e z^ z.  0.0000000000000000612323399573677 + i1.  ok
> 
> 3 set-precision  ok
> -1e 0e 0.5e 0e z^ z.  0.0000000000000000612 + i1.  ok
> 
> in computed output?

Can't say without knowing what was the criteria.  If a user wants
to show the result to 3 significant digits, who can argue with that.
3 significant digits is about right for (ENG.) applications.

Back to comp.lang.forth | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Display Engineering Notation with SI Prefix dxf <dxforth@gmail.com> - 2024-08-29 01:32 +1000
  Re: Display Engineering Notation with SI Prefix dxf <dxforth@gmail.com> - 2024-08-29 20:02 +1000
    Re: Display Engineering Notation with SI Prefix mhx@iae.nl (mhx) - 2024-08-29 10:39 +0000
      Re: Display Engineering Notation with SI Prefix dxf <dxforth@gmail.com> - 2024-08-29 22:39 +1000
        Re: Display Engineering Notation with SI Prefix mhx@iae.nl (mhx) - 2024-08-29 14:23 +0000
          Re: Display Engineering Notation with SI Prefix dxf <dxforth@gmail.com> - 2024-08-30 12:13 +1000
            Re: Display Engineering Notation with SI Prefix mhx@iae.nl (mhx) - 2024-08-30 06:30 +0000
              Re: Display Engineering Notation with SI Prefix dxf <dxforth@gmail.com> - 2024-08-30 18:03 +1000
                Re: Display Engineering Notation with SI Prefix mhx@iae.nl (mhx) - 2024-08-30 08:26 +0000
                Re: Display Engineering Notation with SI Prefix dxf <dxforth@gmail.com> - 2024-08-30 19:24 +1000
                Re: Display Engineering Notation with SI Prefix dxf <dxforth@gmail.com> - 2024-08-31 11:11 +1000

csiph-web