https://gcc.gnu.org/g:9a2f716765f2b7c69973995ae15a71c97401b2af
commit r15-6511-g9a2f716765f2b7c69973995ae15a71c97401b2af Author: Sandra Loosemore <sloosem...@baylibre.com> Date: Fri Jan 3 04:02:44 2025 +0000 Fortran: Fix typo in ATAN documentation. gcc/fortran/ChangeLog * intrinsic.texi (ATAN): Add missing verb. Diff: --- gcc/fortran/intrinsic.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index bb6be0c387c8..7c7e4c9372bd 100644 --- a/gcc/fortran/intrinsic.texi +++ b/gcc/fortran/intrinsic.texi @@ -1577,7 +1577,7 @@ if @var{Y} is present, @var{X} shall be REAL. @item @emph{Return value}: The return value is of the same type and kind as @var{X}. If @var{Y} is present, the result is identical to @code{ATAN2(Y,X)}. -Otherwise, it the arctangent of @var{X}, where the real part of +Otherwise, it is the arctangent of @var{X}, where the real part of the result is in radians and lies in the range @math{-\pi/2 \leq \Re \atan(x) \leq \pi/2}.