stint/private/uint_div

Search:
Group by:
Source   Edit  

Procs

func divRem(q, r: var openArray[Word]; a, b: openArray[Word]) {....raises: [],
    tags: [], forbids: [].}
Source   Edit  
func shortDiv(a: var Limbs; k: Word): Word
Divide a by k in-place and return the remainder. Source   Edit