package
0.0.0-20180911130330-d3ccc4fb1d66
Repository: https://github.com/rglyons/kube-arangodb.git
Documentation: pkg.go.dev

# Functions

NewDec allocates and returns a new Dec set to the given int64 unscaled value and scale.
NewDecBig allocates and returns a new Dec set to the given *big.Int unscaled value and scale.

# Variables

towards +infinity.
towards 0.
RoundExact is to be used in the case when rounding is not necessary.
towards -infinity.
to nearest; towards 0 if same distance.
to nearest; even last digit if same distance.
to nearest; away from 0 if same distance.
away from 0.

# Structs

A Dec represents a signed arbitrary-precision decimal.

# Type aliases

Rounder represents a method for rounding the (possibly infinite decimal) result of a division to a finite Dec.
Scale represents the type used for the scale of a Dec.