home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 10
/
10.iso
/
l
/
l460
/
2.ddi
/
ELFUN.DI$
/
CSCH.M
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1993-03-07
|
181 b
|
9 lines
function y = csch(z)
%CSCH Hyperbolic cosecant.
% CSCH(X) is the hyperbolic cosecant of the elements of X.
% Copyright (c) 1984-93 by The MathWorks, Inc.
y = 1./sinh(z);