Package uint2048 provides 2048-bit unsigned integers (i.e., uint2048), for the Go programming-language (golang).
- Go 100%
| internal | ||
| errors.go | ||
| from.go | ||
| fromuint8_test.go | ||
| fromuint16_test.go | ||
| fromuint32_test.go | ||
| fromuint64_test.go | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| maxuint2048_test.go | ||
| README.md | ||
| uint2048.go | ||
| uint2048_add_test.go | ||
| uint2048_bits.go | ||
| uint2048_commadecimalnotation_test.go | ||
| uint2048_compare.go | ||
| uint2048_compare_test.go | ||
| uint2048_decrement_test.go | ||
| uint2048_humanize.go | ||
| uint2048_increment_test.go | ||
| uint2048_marshaltext_test.go | ||
| uint2048_math.go | ||
| uint2048_one_test.go | ||
| uint2048_set.go | ||
| uint2048_setfromuint8_test.go | ||
| uint2048_sub_test.go | ||
| uint2048_to.go | ||
| values.go | ||
go-uint2048
Package uint2048 provides 2048-bit unsigned integers (i.e., uint2048), for the Go programming-language (golang).
Documention
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-uint2048
Import
To import package uint2048 use import code like the following:
import "github.com/reiver/go-uint2048"
Installation
To install package uint2048 do the following:
GOPROXY=direct go get github.com/reiver/go-uint2048
Author
Package uint2048 was written by Charles Iliya Krempeaux