mod
Returns the remainder of the division of two given numbers
will return the remainder of the division between the dividend and the divisor. The return_type specifies in which data type the result will be returned in, like shown in below example:
Last updated