Home > freetb4matlab > bim > BIMUbern.m

BIMUbern

PURPOSE ^

%

SYNOPSIS ^

function [bp,bn] = BIMUbern(x)

DESCRIPTION ^

% -*- texinfo -*-
%
% @deftypefn {Function File} @
% {[@var{bp}, @var{bn}]} = BIMUbern (@var{x})
%
% Computes the values of the Bernoulli function corresponding to x and -x arguments.
% 
% Input:
% @itemize @minus
% @item @var{x}: argument for the Bernoulli function. Could be a matrix of every size.
% @end itemize
%
% Output:
% @itemize @minus
% @item @var{bp}: Bernoulli function for x argument. Same size as @var{x}.
% @item @var{bn}: Bernoulli function for -x argument. Same size as @var{x}.
% @end itemize
%
% @seealso{BIMUlogm}
% @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