Re: Greatest Common Divisor

Поиск
Список
Период
Сортировка
От Dean Rasheed
Тема Re: Greatest Common Divisor
Дата
Msg-id CAEZATCVYfH3eGLtLonriE1dSFMmr-4p0jre7VRYaYM2bQ0hZzg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Greatest Common Divisor  (Vik Fearing <vik.fearing@2ndquadrant.com>)
Список pgsql-hackers
On Mon, 20 Jan 2020 at 18:52, Vik Fearing <vik.fearing@2ndquadrant.com> wrote:
>
> On 20/01/2020 11:28, Dean Rasheed wrote:
> >
> > +       <entry>
> > +        least common multiple — the smallest strictly positive number
> > +        that is an integer multiple of both inputs; returns
> > <literal>0</literal>
> > +        if either input is zero
> > +       </entry>
>
> In that case should lcm be "...that is an integral multiple..." since
> the numeric version will return numeric?
>

So "integral multiple" instead of "integer multiple"? I think I'm more
used to the latter, but I'm happy with either.

Regards,
Dean



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Increase psql's password buffer size
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Online checksums patch - once again