Documentation ¶
Overview ¶
Package c provides internal constants.
Index ¶
Constants ¶
View Source
const Inflated uint64 = math.MaxUint64
View Source
const MaxScale = 999999999999999999
View Source
const MaxScaleInf = 2000000000000000001
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.
Click to show internal directories.
Click to hide internal directories.