BNNSArithmeticDivideNoNaN
An operation that calculates the element-wise division of its two inputs and returns zero if the divisor is zero, even if the first input is NaN or infinity.
Declaration
var BNNSArithmeticDivideNoNaN: BNNSArithmeticFunction { get }