Mercurial > hg > octave-lyh
comparison scripts/elfun/csc.m @ 3428:5b77cf82393c
[project @ 2000-01-14 02:54:53 by jwe]
author | jwe |
---|---|
date | Fri, 14 Jan 2000 02:55:00 +0000 |
parents | 6923abb04e16 |
children | 4c8a2e4e0717 |
comparison
equal
deleted
inserted
replaced
3427:e098ebb77023 | 3428:5b77cf82393c |
---|---|
16 ## along with Octave; see the file COPYING. If not, write to the Free | 16 ## along with Octave; see the file COPYING. If not, write to the Free |
17 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA | 17 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA |
18 ## 02111-1307, USA. | 18 ## 02111-1307, USA. |
19 | 19 |
20 ## -*- texinfo -*- | 20 ## -*- texinfo -*- |
21 ## @deftypefn {Mapping Function} {} csc (@var{X}) | 21 ## @deftypefn {Mapping Function} {} csc (@var{x}) |
22 ## csc (X): compute the cosecant of X for each element of X | 22 ## Compute the cosecant of each element of @var{x}. |
23 ## @end deftypefn | 23 ## @end deftypefn |
24 | 24 |
25 ## Author: jwe | 25 ## Author: jwe |
26 | 26 |
27 function w = csc (z) | 27 function w = csc (z) |