sin() in PostgreSQL?

Поиск
Список
Период
Сортировка
От mathprof@bigfoot.com
Тема sin() in PostgreSQL?
Дата
Msg-id 200002010203.UAA13029@ogopogo.flash.net
обсуждение исходный текст
Ответы Linking in sin() as a C function
Список pgsql-general
Is there a sin() function in PostgreSQL? I need to create a view in
PostgreSQL that uses sin(x), and the only real mathematical functions I
see supported are dexp() and dpow(). I tried using dexp(I) to get the
exponential of an imaginary number (which would make writing sin() easy),
but this didn't work, since dexp() expects a floating point argument. Is
there an easy way to get sin()?


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

Предыдущее
От: treklover@bigfoot.com
Дата:
Сообщение: sin() in PostgreSQL?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [GENERAL] SQL Book