c

package
v0.0.0-...-00de7ca Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Overview

Package c provides internal constants.

Index

Constants

View Source
const (
	MaxScale    = maxScale32*is32bit + maxScale64*is64bit
	MaxScaleInf = maxScaleInf32*is32bit + maxScaleInf64*is64bit
)
View Source
const Inflated uint64 = math.MaxUint64

Variables

View Source
var (
	OneInt        = big.NewInt(1)
	TwoInt        = big.NewInt(2)
	FiveInt       = big.NewInt(5)
	TenInt        = big.NewInt(10)
	OneMillionInt = big.NewInt(1000000)

	TenFloat = big.NewFloat(10)

	MaxInt64 = big.NewInt(math.MaxInt64)
	MinInt64 = big.NewInt(math.MinInt64)

	MaxInt32 = big.NewInt(math.MaxInt32)
	MinInt32 = big.NewInt(math.MinInt32)
)

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