changeset 24503:ea1253f05dd3 stable

atan2d.m: Correct documentation to match atan docstring (bug #52786). * atan2d.m: Clarify that atan (y/x) is computed, not atan2 (y/x) which isn't possible.
author Rik <rik@octave.org>
date Wed, 03 Jan 2018 21:09:41 -0800
parents 62a7d3f292d6
children 5188d936c79a
files scripts/elfun/atan2d.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/elfun/atan2d.m	Thu Dec 21 20:25:53 2017 +0100
+++ b/scripts/elfun/atan2d.m	Wed Jan 03 21:09:41 2018 -0800
@@ -18,7 +18,7 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {} {} atan2d (@var{y}, @var{x})
-## Compute atan2 (@var{y} / @var{x}) in degrees for corresponding elements
+## Compute atan (@var{y} / @var{x}) in degrees for corresponding elements
 ## from @var{y} and @var{x}.
 ## @seealso{tand, atan2}
 ## @end deftypefn