Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Odd math
I'm using 8.1.5 on Solaris. It's the same:
SQL> select trunc(log(2,4)) from dual;
TRUNC(LOG(2,4))
1
SQL> select * from v$version;
BANNER
I'll try this on 8.0.5 tonight.
Yong Huang
Steve Adams <steve.adams_at_ixora.com.au> wrote in message
news:396befcf.127433039_at_news.eagles.bbs.net.au...
> 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?
> Any comments?
>
> Regards,
> Steve Adams
> http://www.ixora.com.au/
> http://www.oreilly.com/catalog/orinternals/
> http://www.christianity.net.au/
>
Received on Wed Jul 12 2000 - 00:00:00 CDT
![]() |
![]() |