comparison scripts/elfun/acsc.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 eb63fbe60fab
children 16f53d29049f
comparison
equal deleted inserted replaced
9154:761fc0d3d980 9155:ad20b967e1c9
17 ## along with Octave; see the file COPYING. If not, see 17 ## along with Octave; see the file COPYING. If not, see
18 ## <http://www.gnu.org/licenses/>. 18 ## <http://www.gnu.org/licenses/>.
19 19
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Mapping Function} {} acsc (@var{x}) 21 ## @deftypefn {Mapping Function} {} acsc (@var{x})
22 ## Compute the inverse cosecant of each element of @var{x}. 22 ## Compute the inverse cosecant in radians for each element of @var{x}.
23 ## @seealso{csc, acscd}
23 ## @end deftypefn 24 ## @end deftypefn
24 25
25 ## Author: jwe 26 ## Author: jwe
26 27
27 function w = acsc (z) 28 function w = acsc (z)