package math

import "runtime/internal/math"

Index

Constants

const MaxUintptr = ^uintptr(0)

Functions

func MulUintptr

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.

Source Files

math.go

Version
v1.15.0-beta.1
Published
Jun 10, 2020
Platform
linux/amd64
Imports
1 packages
Last checked
1 minute ago

Tools for package owners.