💾modulo(a, b)
modulo
JS ⟩ operator ⟩ arithmetic ⟩ modulo
modulo(a, b) returns the modulo of a / b. (b decides the sign of the modulo)
(👉 see remainder vs. modulo vs. mod for more info)
Last updated
modulo
JS ⟩ operator ⟩ arithmetic ⟩ modulo
modulo(a, b) returns the modulo of a / b. (b decides the sign of the modulo)
(👉 see remainder vs. modulo vs. mod for more info)
Last updated