Documentation
¶
Index ¶
- Variables
- func ClosestIntSameBits(x uint64) uint64
- func ConvertBase(repr string, b1, b2 int) string
- func GCD(a, b int) int
- func IntToString(x int) string
- func Parity(n uint64) uint8
- func PowerSet(S []int)
- func PrimeSieve(n int) []int
- func ReverseBits(n uint64) uint64
- func SpreadsheetEncoding(col string) int
- func StringToInt(s string) (int, error)
- func SwapBits(n uint64, i uint, j uint) uint64
- type Rectangle
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidString = errors.New("StringToInt: invalid string")
Functions ¶
func ClosestIntSameBits ¶
func ConvertBase ¶
func IntToString ¶
func PrimeSieve ¶
func ReverseBits ¶
func SpreadsheetEncoding ¶
func StringToInt ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.