Functions: Modulo Function - Wynntils/Wynntils GitHub Wiki

Modulo function

Aliases

  • MOD

Description

Returns the reminder after division of 2 values.

Arguments

This function has 2 required arguments.

  • dividend (Number) → The number which is multiplied.
  • divisor (Number) → The number will multiply.

Schematics

MODULO(<dividend>; <divisor>) → (Double)

Example

MODULO(11;4)  3
⚠️ **GitHub.com Fallback** ⚠️