Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Strange precision related math errors...

Re: Strange precision related math errors...

From: Andreas Koch <mail_at_kochandreas.com>
Date: Thu, 27 Sep 2001 19:59:59 +0200
Message-ID: <9ovpmi$1j7$03$1@news.t-online.com>

Thomas Kyte wrote:

>
> A B C A/B (A/B)/C 1-((A/B)/C)
> ---------- ---------- ---------- ---------- ---------- -----------
> 19558001 10000000 1.9558 1.9558001 1.00000005 -5.113E-08
>
>
> So 1-((a/b)/c) is not -5.1129 -- you seem to have chopped off the E-08 from
> that.
>
> Lets see a cut and past from sqlplus like the above -- you are missing something
> -- what is the client program here?

Well, the client programm is SqlPlus, and the problem is sort of solved...

It is a pure display problem - SQL*Plus doesn't show the me E-08 part.

I did an error in the <1 check that caused my to think its no display problem.

So, as it is a display problem, how do i set up SqlPlus to display the E ?

-- 
                                       Andreas
Who doesn't live can never die
Received on Thu Sep 27 2001 - 12:59:59 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US