Searched defs:modulo (Results 1 – 3 of 3) sorted by relevance
52 export function modulo(value: float64): float64 { function54 const modulo: float64 = value - Math.floor(value) constant
53 function modulo(value) { function
8488 unsigned int modulo; member