Inverse Log function
Hi,
Does Oracle has Inverse log function?
Table name =table_t1 with column Coli(number).
Coli numbers were : 6,8 16, 25
Want to calculate geo which is mean Inverse log ((log 6 + log 8 + log 16 + log 25)/4)= Inverse log ((0.778+ 0.903+ 1.204+ 1.40)/4)
=Inverse log(1.07)
Geo mean =11.78
thanks