comparison scripts/elfun/acsch.m @ 2314:949ab8eba8bc

[project @ 1996-07-12 03:58:02 by jwe]
author jwe
date Fri, 12 Jul 1996 03:58:02 +0000
parents 5ca126254d15
children b5568c31ee2c
comparison
equal deleted inserted replaced
2313:5ca126254d15 2314:949ab8eba8bc
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 ## acsch (z): compute the inverse hyperbolic cosecant for each element of z. 20 ## acsch (z): compute the inverse hyperbolic cosecant for each element of z.
21 21
22 ## Author: jwe
23
22 function w = acsch (z) 24 function w = acsch (z)
23 25
24 if (nargin != 1) 26 if (nargin != 1)
25 usage ("acsch (z)"); 27 usage ("acsch (z)");
26 endif 28 endif