package
0.0.0-20130121074735-1d03baafba06
Repository: https://github.com/icattlecoder/go.git
Documentation: pkg.go.dev

# Functions

NewInt allocates and returns a new Int set to x.
NewRat creates a new Rat with numerator a and denominator b.

# Constants

= hexValue('z') + 1.

# Structs

An Int represents a signed multi-precision integer.
A Rat represents a quotient a/b of arbitrary precision.

# Type aliases

A Word represents a single digit of a multi-precision unsigned integer.