Problem with libstdc++ documentation for math functions
Jonathan Wakely
jwakely.gcc@gmail.com
Wed Mar 24 08:34:56 GMT 2021
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),
> so i decided do make some changes in a patch file and posted it on ym
> github! Since im fairly new with github im not sure how to take it from
> here, ill link the file i made with the changes here, maybe you can either
> tell me what else i can do to make things easier for you guys, or take
> things from here yourself. Im a student that enjoys c++ alot.
>
> (the link to the file where i made the changes, in github:)
>
>
> https://github.com/thisusernameonlyhasthirtyninecharacters/libstdc-math-functions-update/blob/main/libstdc%2B%2B_patch.h
>
>
> https://github.com/thisusernameonlyhasthirtyninecharacters/libstdc-math-functions-update
I don't see patches here, just copies of files with no history or relation
to the GCC versions of those files.
I'll try to figure out what you've changed, but see
https://gcc.gnu.org/contribute.html for how to contribute patches that we
can use.
More information about the Libstdc++
mailing list