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

Home -> Community -> Mailing Lists -> Oracle-L -> Odd math

Odd math

From: Steve Adams <steve.adams_at_ixora.com.au>
Date: Wed, 12 Jul 2000 14:10:33 +1000
Message-Id: <10555.111752@fatcity.com>


Hi All,

Oracle 8.1.6 appears to think that ... trunc(log(2, 4)) = 1.

        SQL> select trunc(log(2,4)) from dual;

	TRUNC(LOG(2,4))
	---------------
	              1

Does it reproduce on earlier versions?

Regards,
Steve Adams

http://www.ixora.com.au/
http://www.oreilly.com/catalog/orinternals/
http://www.christianity.net.au/
Received on Tue Jul 11 2000 - 23:10:33 CDT

Original text of this message

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