Re: Anti log in PostgreSQL - Mailing list pgsql-sql

From Sai Hertz And Control Systems
Subject Re: Anti log in PostgreSQL
Date
Msg-id 3FECC357.6040206@sancharnet.in
Whole thread Raw
In response to Re: Anti log in PostgreSQL  (Wei Weng <wweng@kencast.com>)
Responses Re: Anti log in PostgreSQL  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
Dear Wei Weng ,

>> Nope
>> select exp(3.3234) as a2144
>> Gives me
>> 27.754555808589792
>> But the answer expected is some what near to 2144
>> The log tables show this
>>
>> Regards,
>> Vishal Kashyap.
>>
>
> What is the mathematical operation that "antilog" is supposed to perform?

Its going to calculate rate of intrest  for an fixed deposit , Iknow 
theirs other metod also bu theoratically  using antilog you get  
calculations bang corect

This is inverse of log

Now doing select 1/log(3.3234)  does not help
_________________
Vishal  Kashyap



pgsql-sql by date:

Previous
From: Martin Marques
Date:
Subject: Re: Anti log in PostgreSQL
Next
From: Yasir Malik
Date:
Subject: Re: Anti log in PostgreSQL