$modulo

Returns the rest of the division of the given values.
Syntax
    $modulo{value_1}{value_2}
DocumentationReturns the rest of the division of the given values:

    Parameters:
      value_1 & value_2, the values to be divided.
    Returns:
      the rest of the division.
Examples
Example 1:
    $modulo{100}{50}

    Result:
    0.0
Example 2:
    $modulo{20}{12}
    Result:
    8 (20/12 = modulo 8)
GroupMath
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters2
Maximum parameters 2