Home > freetb4matlab > statistics > base > cloglog.m

cloglog

PURPOSE ^

% Return the complementary log-log function of @var{x}, defined as

SYNOPSIS ^

function y = cloglog (x)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} cloglog (@var{x})
% Return the complementary log-log function of @var{x}, defined as
%
% @tex
% $$
% {\rm cloglog}(x) = - \log (- \log (x))
% $$
% @end tex
% @ifnottex
% @example
% cloglog(x) = - log (- log (@var{x}))
% @end example
% @end ifnottex
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003