Re: [webmaster] Documentation Error: Ceiling, Floor - Mailing list pgsql-docs

From Tom Lane
Subject Re: [webmaster] Documentation Error: Ceiling, Floor
Date
Msg-id 3482.1462289176@sss.pgh.pa.us
Whole thread Raw
In response to Re: [webmaster] Documentation Error: Ceiling, Floor  ("Jonathan S. Katz" <jkatz@postgresql.org>)
Responses Re: [webmaster] Documentation Error: Ceiling, Floor
List pgsql-docs
[ trimming 100%-inappropriate crossposts ]

> On May 3, 2016, at 5:00 AM, patrick s. <patrick_gis@gmx.net> wrote:
>> documentation is misleading:
>> select ceiling(43.8); =>43
>> select floor(43.8); =>44
>>
>> found in:
>> http://www.postgresql.org/docs/9.1/static/functions-math.html
>> http://www.postgresql.org/docs/7.4/static/functions-math.html

AFAICS, those examples refer to -43.8 not 43.8, and are quite correct.

            regards, tom lane


pgsql-docs by date:

Previous
From: "Jonathan S. Katz"
Date:
Subject: Re: [webmaster] Documentation Error: Ceiling, Floor
Next
From: Josh berkus
Date:
Subject: Fwd: [CORE] Documentation Error: Ceiling, Floor