Contents

MLCArithmeticOperation.divideNoNaN

Calculates the element-wise division of the inputs, and returns 0 if the denominator is 0.

Declaration

case divideNoNaN

Discussion

Returns 0 if the denominator is 0.

See Also

Basic Operations