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

From Tom Lane
Subject Re: numeric precision when raising one numeric to another.
Date
Msg-id 25769.1116453188@sss.pgh.pa.us
Whole thread Raw
In response to Re: numeric precision when raising one numeric to  (Scott Marlowe <smarlowe@g2switchworks.com>)
Responses Re: numeric precision when raising one numeric to another.
List pgsql-general
Scott Marlowe <smarlowe@g2switchworks.com> writes:
> Considering that the SQL spec says the result of multiplication of exact
> numeric types is exact numeric types of precision S1+S2, and
> exponentiation is nothing more than repeated multiplication,

... not when the exponent is non-integral.

            regards, tom lane

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: numeric precision when raising one numeric to
Next
From: Geoffrey
Date:
Subject: Re: Newbie question