Home > freetb4matlab > general > rem.m

rem

PURPOSE ^

% Return the remainder of the division @code{@var{x} / @var{y}}, computed

SYNOPSIS ^

function r = rem (x, y)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Mapping Function} {} rem (@var{x}, @var{y})
% Return the remainder of the division @code{@var{x} / @var{y}}, computed 
% using the expression
%
% @example
% x - y .* fix (x ./ y)
% @end example
%
% An error message is printed if the dimensions of the arguments do not
% agree, or if either of the arguments is complex.
% @seealso{mod, fmod}
% @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