Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Odd math
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