[Bug fortran/113152] Fortran 2023 half-cycle trigonometric functions
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jun 12 06:21:36 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113152
--- Comment #23 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tobias Burnus <burnus@gcc.gnu.org>:
https://gcc.gnu.org/g:25f5e60eaa8b9ab7938c3e1a9c8ad4ffa444d997
commit r16-1430-g25f5e60eaa8b9ab7938c3e1a9c8ad4ffa444d997
Author: Yuao Ma <c8ef@outlook.com>
Date: Wed Jun 11 23:33:35 2025 +0800
fortran: add intrinsic doc for trig functions with half revolutions
This patch is a follow-up to commit r16-938-ge8fdd55ec90749. In this patch,
we
add intrinsic documentation for the newly added trig functions with half
revolutions. We also reorder the documentation for `atand` to place it in
correct alphabetical order.
PR fortran/113152
gcc/fortran/ChangeLog:
* intrinsic.texi: Document new half-revolution trigonometric
functions. Reorder doc for atand.
Signed-off-by: Yuao Ma <c8ef@outlook.com>
Co-authored-by: Steven G. Kargl <kargl@gcc.gnu.org>
More information about the Gcc-bugs
mailing list