How to add your knowledge
mod()
Synopsis
Returns the remainder (modulus) when num is divided by den.
Syntax
mod ( num As Number, _
den As Number ) As Number | Argument | Type | Description |
|---|
| num | Number | The numerator of the operation. |
| den | Number | The denominator of the operation. |
Example 1
Intent >mod(3, 2)
--> 1.0
Example 2
Intent >mod(3.1, 2)
--> 1.1
Comments
Message will close by itself in seconds
Message timer has been stopped