Re: ceil/ceiling/floor mathematical functions documented output is incorrect

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: jon4syth(at)gmail(dot)com
Cc: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: ceil/ceiling/floor mathematical functions documented output is incorrect
Date: 2020-04-04 15:14:50
Message-ID: 12683.1586013290@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

PG Doc comments form <noreply(at)postgresql(dot)org> writes:
> The ceil, ceiling, and floor mathematical functions in documentation
> versions 9.5 through 12, and probably others is not correct. The example
> output shows the ceil* functions returning the integer below the float value
> while the floor function shows the opposite. Thanks!

No, they're correct as they stand. These examples intentionally use
negative numbers to make the point that the rounding is towards or
away from plus-infinity, not towards or away from zero.

If we had room for more than one example, I'd be inclined to make these
cases be secondary examples rather than the only one. There's some work
afoot to restructure this chapter's function tables in a way that would
make that a bit less painful vertical-space-wise, so maybe it'll get
done soon.

regards, tom lane

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Corey Huinker 2020-04-04 16:52:29 Re: Add A Glossary
Previous Message PG Doc comments form 2020-04-04 14:54:42 ceil/ceiling/floor mathematical functions documented output is incorrect