diff 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
line wrap: on
line diff
--- a/scripts/elfun/acsc.m	Fri Apr 24 20:32:01 2009 -0700
+++ b/scripts/elfun/acsc.m	Sun Apr 26 22:19:57 2009 -0700
@@ -19,7 +19,8 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Mapping Function} {} acsc (@var{x})
-## Compute the inverse cosecant of each element of @var{x}.
+## Compute the inverse cosecant in radians for each element of @var{x}.
+## @seealso{csc, acscd}
 ## @end deftypefn
 
 ## Author: jwe