๐พ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