Contents

MLCArithmeticOperation.multiplyNoNaN

Calculates the element-wise product of the inputs, and returns 0 when the result isn’t a number or infinity.

Declaration

case multiplyNoNaN

Discussion

Returns 0 if y in x * y is zero, even if x isn’t a number (NaN) or infinity (INF).

See Also

Basic Operations