//
pkg.gl
Category
github.com/icattlecoder/go
src
pkg
math
big
package
0.0.0-20130121074735-1d03baafba06
Repository:
https://github.com/icattlecoder/go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
0
Files
2.6k SLOC
#
Functions
NewInt
NewInt allocates and returns a new Int set to x.
NewRat
NewRat creates a new Rat with numerator a and denominator b.
#
Constants
MaxBase
= hexValue('z') + 1.
#
Structs
Int
An Int represents a signed multi-precision integer.
Rat
A Rat represents a quotient a/b of arbitrary precision.
#
Type aliases
Word
A Word represents a single digit of a multi-precision unsigned integer.