Mercurial > hg > octave-lyh
comparison scripts/elfun/asech.m @ 3321:6923abb04e16
[project @ 1999-10-26 18:15:30 by jwe]
author | jwe |
---|---|
date | Tue, 26 Oct 1999 18:15:41 +0000 |
parents | 8b262e771614 |
children | 5b77cf82393c |
comparison
equal
deleted
inserted
replaced
3320:b0b71d14dab9 | 3321:6923abb04e16 |
---|---|
15 ## You should have received a copy of the GNU General Public License | 15 ## You should have received a copy of the GNU General Public License |
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 ## asech (z): compute the inverse hyperbolic secant for each element of z. | 20 ## -*- texinfo -*- |
21 ## @deftypefn {Mapping Function} {} asech (@var{X}) | |
22 ## asech (X): compute the inverse hyperbolic secant of X for each element of X | |
23 ## @end deftypefn | |
21 | 24 |
22 ## Author: jwe | 25 ## Author: jwe |
23 | 26 |
24 function w = asech (z) | 27 function w = asech (z) |
25 | 28 |