Divides two numbers and returns only the remainder.
ID
math-operators-modulus
Name
Modulus
Group
Operators
Package
Math
Keywords
/
( Any numeric value that will become the default value for port B ).Multiplication
Addition
Subtraction
Division
Integer Division
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
a | Number | First number for modulo (dividend) | |
b | Number | Second number for modulo (divisor) |
Outputs
Name | Type | Description |
---|---|---|
div | Number | The remainder of A/B |