//
pkg.gl
Category
github.com/golangci/go-misc
extramath
package
0.0.0-20220329215616-d24fe342adfe
Repository:
https://github.com/golangci/go-misc.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
3 SLOC
#
Functions
DivmodU64
Divmod computes the quotient and remainder of division of a by b.
MulI64
No description provided by the author
MulU64
Mul computes the 128-bit product of a by b as hi<<64|lo.