]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fortran: Fix typo in ATAN documentation.
authorSandra Loosemore <sloosemore@baylibre.com>
Fri, 3 Jan 2025 04:02:44 +0000 (04:02 +0000)
committerSandra Loosemore <sloosemore@baylibre.com>
Fri, 3 Jan 2025 04:06:48 +0000 (04:06 +0000)
gcc/fortran/ChangeLog
* intrinsic.texi (ATAN): Add missing verb.

gcc/fortran/intrinsic.texi

index bb6be0c387c8399e8dd74d4dda1ab15cface18aa..7c7e4c9372bd78cafe05a70855eecd02485d3b22 100644 (file)
@@ -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}.