From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6DAB03858D20; Fri, 15 Dec 2023 03:04:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6DAB03858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702609497; bh=CNPQbbJMSF3NR9QISJ1t+3g4Ax5rsA+bgrUiNU3OWPw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HZGC+1K+uXGt6PpCdwV/IEx9+r26tNBJCX9eJTkD16i1rkwi17yxfopWMf7NWp+Zb pETyQyobwCs0Pl+vb0Mg2/pQ7CVlMB31HpiQ6uK9Ja0Xni6UY5VLSlaa+kowje6L25 UWvIBUTk7KOcWQuPgFk0n+PzqT2LnjKbIUEg30UY= From: "jvdelisle at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/112873] F2023 degree trig functions Date: Fri, 15 Dec 2023 03:04:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jvdelisle at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: jvdelisle at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D112873 --- Comment #31 from Jerry DeLisle --- (In reply to anlauf from comment #30) > (In reply to Jerry DeLisle from comment #29) > > Created attachment 56883 [details] > > Updated Descriptions > >=20 > > Fixed a few more things, The return value of tand is not in degrees. >=20 > I think the following is also incorrect: >=20 > @item @code{RESULT =3D ATAND(Y, X)} Yes, got that one now. Thanks.=