Skip to main content
Module

x/ramda/mod.ts>modulo

:ram: Practical functional Javascript
Latest
variable modulo
import { modulo } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Divides the first parameter by the second and returns the remainder. Note that this function preserves the JavaScript-style behavior for modulo. For mathematical modulo see mathMod.