Const
Return element-wise remainder of division. Computes the remainder complementary to the floor function. It is equivalent to the Javascript modulus operatorx1 % x2 and has the same sign as the divisor x2.
floor
x1 % x2
Return element-wise remainder of division. Computes the remainder complementary to the
floorfunction. It is equivalent to the Javascript modulus operatorx1 % x2and has the same sign as the divisor x2.