Quotient and Remainder
- Updated2023-02-17
- 2 minute(s) read
Quotient and Remainder
Computes the integer quotient and the remainder of the inputs.
Inputs/Outputs

x
The dividend.
This input supports scalar numbers, arrays or clusters of numbers, and arrays of clusters of numbers.

y
The divisor.
This input supports scalar numbers, arrays or clusters of numbers, and arrays of clusters of numbers.

remainder
The remainder.
When
y is 1, the remainder is the fractional part of
x.

quotient
The integer quotient.
This node rounds
quotient to the nearest integer towards -inf.