Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function internal.temporalUtil.floorMod
import { internal } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/index.ts";
const { floorMod } = internal.temporalUtil;

Parameters

x: NumberOrInteger | string

the divident.

y: NumberOrInteger | string

the divisor.

Returns

the result.