Mercurial > hg > octave-lyh
comparison scripts/statistics/base/cloglog.m @ 3456:434790acb067
[project @ 2000-01-19 06:58:51 by jwe]
author | jwe |
---|---|
date | Wed, 19 Jan 2000 06:59:23 +0000 |
parents | 71d2e09c15a2 |
children | 38c61cbf086c |
comparison
equal
deleted
inserted
replaced
3455:f758be6e1730 | 3456:434790acb067 |
---|---|
21 ## @example | 21 ## @example |
22 ## - log (- log (@var{x})) | 22 ## - log (- log (@var{x})) |
23 ## @end example | 23 ## @end example |
24 ## @end deftypefn | 24 ## @end deftypefn |
25 | 25 |
26 ## Author: KH <Kurt.Hornik@ci.tuwien.ac.at> | 26 ## Author: KH <Kurt.Hornik@ci.tuwien.ac.at> |
27 ## Description: Complementary log-log function | 27 ## Description: Complementary log-log function |
28 | 28 |
29 function y = cloglog (x) | 29 function y = cloglog (x) |
30 | 30 |
31 if (nargin != 1) | 31 if (nargin != 1) |
32 usage ("cloglog (x)"); | 32 usage ("cloglog (x)"); |