package math

Import Path
	runtime/internal/math (on golang.org and go.dev)

Dependency Relation
	imports one package, and imported by one package

Involved Source Files
	    math.go

Exported Values

const MaxUintptr uintptr = 18446744073709551615
func MulUintptr(a, b uintptr) (uintptr, bool) MulUintptr returns a * b and whether the multiplication overflowed. On supported platforms this is an intrinsic lowered by the compiler.