home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 10
/
10.iso
/
l
/
l460
/
2.ddi
/
ELFUN.DI$
/
ASEC.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
|
169 b
|
8 lines
function y = asec(z)
%ASEC Inverse secant.
% ASEC(X) is the inverse secant of the elements of X.
% Copyright (c) 1984-93 by The MathWorks, Inc.
y = acos(1./z);