Re: Anti log in PostgreSQL

Поиск
Список
Период
Сортировка
От Chris Travers
Тема Re: Anti log in PostgreSQL
Дата
Msg-id 000801c3cc61$1cdc75d0$93285e3d@winxp
обсуждение исходный текст
Ответ на Anti log in PostgreSQL  (Sai Hertz And Control Systems <sank89@sancharnet.in>)
Список pgsql-sql
Definition of log (base n) is that log n(x) = y where n^y = x for all values
of x and y.  n is the base.

So a base 10 log would be reversed by doing 10^x=y.  If we know x, we use
the exponential operation; if we know y we use log(y) = x.  For ln (natural
logs, base e, e is approx. 2.818), use e^x=y.

Hope this explains things.

Best Wishes,
Chris Travers



В списке pgsql-sql по дате отправления:

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Radius of a zip code
Следующее
От: "D'Arcy J.M. Cain"
Дата:
Сообщение: Re: Anti log in PostgreSQL