Re: numeric precision when raising one numeric to - Mailing list pgsql-general

From Tom Lane
Subject Re: numeric precision when raising one numeric to
Date
Msg-id 25809.1116607429@sss.pgh.pa.us
Whole thread Raw
In response to Re: numeric precision when raising one numeric to  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
List pgsql-general
Stephan Szabo <sszabo@megazone.bigpanda.com> writes:
> It also doesn't seem to work terribly well:

It's not terribly bright about figuring out how many significant digits
it should try to calculate, nor about how many it's actually got in the
result.  Feel free to fix that ;-)  I believe the numeric exp() and ln()
functions have similar issues.

            regards, tom lane

pgsql-general by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: numeric precision when raising one numeric to
Next
From: "Jim C. Nasby"
Date:
Subject: Re: numeric precision when raising one numeric to another.