Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Zero = decimal.Zero One = decimal.NewFromInt(1) Two = decimal.NewFromInt(2) Three = decimal.NewFromInt(3) Four = decimal.NewFromInt(4) Five = decimal.NewFromInt(5) Six = decimal.NewFromInt(6) Seven = decimal.NewFromInt(7) Eight = decimal.NewFromInt(8) Nine = decimal.NewFromInt(9) Ten = decimal.NewFromInt(10) New = decimal.New NewFromFloat = decimal.NewFromFloat NewFromFloat32 = decimal.NewFromFloat32 NewFromFloatWithExponent = decimal.NewFromFloatWithExponent NewFromInt = decimal.NewFromInt NewFromInt32 = decimal.NewFromInt32 NewFromUint64 = decimal.NewFromUint64 NewFromBigInt = decimal.NewFromBigInt NewFromBigRat = decimal.NewFromBigRat NewFromString = decimal.NewFromString NewFromFormattedString = decimal.NewFromFormattedString RequireFromString = decimal.RequireFromString Max = decimal.Max Min = decimal.Min Sum = decimal.Sum Avg = decimal.Avg RescalePair = decimal.RescalePair )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.