Home > freetb4matlab > specfun > realpow.m

realpow

PURPOSE ^

% Compute the real-valued, element-by-element power operator. This is

SYNOPSIS ^

function z = realpow (x, y)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} realpow (@var{x}, @var{y})
% Compute the real-valued, element-by-element power operator.  This is 
% equivalent to @w{@code{@var{x} .^ @var{y}}}, except that @code{realpow}
% reports an error if any return value is complex.
% @seealso{reallog, realsqrt}
% @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