comparison scripts/elfun/atand.m @ 30560:9ed1cf9e446e

doc: Document output for all functions in elfun/ directory (bug #61681) * acosd.m, acot.m, acotd.m, acoth.m, acsc.m, acscd.m, acsch.m, asec.m, asecd.m, asech.m, asind.m, atan2d.m, atand.m, cosd.m, cot.m, cotd.m, coth.m, csc.m, cscd.m, csch.m, sec.m, secd.m, sech.m, sind.m, tand.m: Document output for all functions in elfun/ directory (bug #61681)
author Rik <rik@octave.org>
date Mon, 27 Dec 2021 20:04:52 -0800
parents 7854d5752dd2
children 83f9f8bda883
comparison
equal deleted inserted replaced
30559:841a10208c38 30560:9ed1cf9e446e
22 ## <https://www.gnu.org/licenses/>. 22 ## <https://www.gnu.org/licenses/>.
23 ## 23 ##
24 ######################################################################## 24 ########################################################################
25 25
26 ## -*- texinfo -*- 26 ## -*- texinfo -*-
27 ## @deftypefn {} {} atand (@var{x}) 27 ## @deftypefn {} {@var{y} =} atand (@var{x})
28 ## Compute the inverse tangent in degrees for each element of @var{x}. 28 ## Compute the inverse tangent in degrees for each element of @var{x}.
29 ## @seealso{tand, atan} 29 ## @seealso{tand, atan}
30 ## @end deftypefn 30 ## @end deftypefn
31 31
32 function y = atand (x) 32 function y = atand (x)