


% -*- 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