Navigation

Operators and Keywords

Function List:

C++ API

: rdivide (x, y)

Return the element-by-element right division of x and y.

This function and x ./ y are equivalent.

See also: ldivide, mrdivide, times, plus.

Package: octave