math

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrMathOpOverflowed = errors.New("math operation overflowed")
)

Functions

func TryAdd

func TryAdd(a uint64, b uint64) (bool, uint64)

func TryDiv

func TryDiv(a uint64, b uint64) (bool, uint64)

func TryMod

func TryMod(a uint64, b uint64) (bool, uint64)

func TryMul

func TryMul(a uint64, b uint64) (bool, uint64)

func TrySub

func TrySub(a uint64, b uint64) (bool, uint64)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL