Problem with libstdc++ documentation for math functions

Jonathan Wakely jwakely.gcc@gmail.com
Wed Mar 24 14:25:42 GMT 2021


On Wed, 24 Mar 2021 at 14:23, Jonathan Wakely wrote:
>
> On Wed, 24 Mar 2021 at 08:34, Jonathan Wakely wrote:
> >
> >
> >
> > On Wed, 24 Mar 2021, 00:34 Julio Pacheco via Libstdc++, <libstdc++@gcc.gnu.org> wrote:
> >>
> >> I noticed that libstdc++ documentation didnt match the cmath lib while i
> >> was trying to use the std::ceill function (std::ceil overload currently),

P.S. I meant to ask, what documentation do you think doesn't match <cmath>?

As a workaround, your code can just use std::ceil, which works with
long double arguments.


More information about the Libstdc++ mailing list