math

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Int8Max  = int8(1<<7 - 1)
	Uint8Max = uint8(1<<8 - 1)

	Int16Max  = int16(1<<15 - 1)
	Uint16Max = uint16(1<<16 - 1)

	Int32Max  = int32(1<<31 - 1)
	Uint32Max = uint32(1<<32 - 1)

	Int64Max  = int64(1<<63 - 1)
	Uint64Max = uint64(1<<64 - 1)
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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