comparison scripts/elfun/cscd.m @ 9155:ad20b967e1c9

Update section 17.3 (Trigonometry) of arith.txi Add text to help strings to indicate which functions use radians and which use degrees. Add cross-references to radian function descriptions.
author Rik <rdrider0-list@yahoo.com>
date Sun, 26 Apr 2009 22:19:57 -0700
parents a1dbe9d80eee
children 16f53d29049f
comparison
equal deleted inserted replaced
9154:761fc0d3d980 9155:ad20b967e1c9
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} cscd (@var{x}) 20 ## @deftypefn {Function File} {} cscd (@var{x})
21 ## Compute the cosecant of an angle in degrees. 21 ## Compute the cosecant for each element of @var{x} in degrees.
22 ## @seealso{csc, secd, sind, cosd} 22 ## @seealso{acscd, csc}
23 ## @end deftypefn 23 ## @end deftypefn
24 24
25 ## Author: David Bateman <dbateman@free.fr> 25 ## Author: David Bateman <dbateman@free.fr>
26 26
27 function y = cscd (x) 27 function y = cscd (x)