issues
search
shopspring
/
decimal
Arbitrary-precision fixed-point decimal numbers in Go
Other
6.41k
stars
623
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
RoundUp can round a number that shouldn't be rounded
#388
smaant
opened
6 days ago
0
Adds MarshalYAML for marshaling yaml
#387
cskeeters
opened
2 weeks ago
0
Add NewFromBigFloat function
#386
cl1ckname
opened
3 weeks ago
0
calling DivRound on a negative number returns a positive number
#385
fawkesley
opened
1 month ago
0
【Seek Assist】The scan interface cannot obtain the DB correctly
#384
fulldog
opened
2 months ago
0
Documentation comparing with Rat is out of date
#383
g--
opened
3 months ago
0
Proposal: Use Generics for create decimals
#382
marlonbarreto-git
opened
3 months ago
0
why is mul not limited to decimal places like div?
#381
Katsu1991
opened
3 months ago
0
Behaviour of `Pow` changed in v1.4
#380
EVODelavega
opened
3 months ago
0
Increase default precision
#379
EVODelavega
opened
3 months ago
0
feat: RoundHalfUp(), RoundHalfDown() and RoundHalfTowardZero()
#378
yzy613
opened
4 months ago
1
result Not accurate
#377
guotie
opened
4 months ago
0
Request: More Trigonometry Functions
#376
langurs
opened
4 months ago
0
RoundUp() and RoundDown() with Negative Numbers
#375
langurs
opened
4 months ago
1
Why decimal.NewFromFloat(1000) Exponent is 3, and decimal.NewFromInt(1000) Exponent is 0
#374
kkbblzq
opened
4 months ago
0
This doc comment should be hidden from end users.
#373
your-diary
opened
5 months ago
0
Why is `Zero` defined not as `New(0, 0)` but as `New(0, 1)`?
#372
your-diary
opened
5 months ago
2
Sync upstream decimal package
#371
jeffatgametime
closed
5 months ago
0
separate trigonometry
#370
langurs
closed
4 months ago
2
pull upstream
#369
BogdanIrimie
closed
6 months ago
0
Race on global variable: factorials
#368
nasermirzaei89
opened
6 months ago
1
Proposal: Use holiman/uint256 instead of math/big for decimal operations
#367
trungdlp-wolffun
opened
6 months ago
0
Implement fmt.Formatter
#366
u5surf
opened
7 months ago
0
Release version 1.4.0
#365
mwoss
closed
7 months ago
0
Support scanning uint64
#364
serprex
closed
7 months ago
1
Add docs section with alternative libraries
#363
mwoss
closed
7 months ago
0
Remove production usage from docs
#362
mwoss
closed
7 months ago
0
Drop support for Go versions older than 1.10
#361
mwoss
closed
7 months ago
0
Run CI on both push to origin branches and pull requests
#360
mwoss
closed
7 months ago
0
Optimize BigInt
#359
serprex
closed
7 months ago
0
Add improved implementation of power operation
#358
mwoss
closed
7 months ago
0
Adjust Ln method to prevent infinity iteration loops
#357
mwoss
closed
7 months ago
0
Optimize NumDigits
#356
serprex
closed
7 months ago
6
GobEncode: avoid reallocating initial slice
#355
serprex
closed
7 months ago
1
How to represent "0.00"
#354
omkar9194
opened
9 months ago
2
update go.mod version
#353
mrbardia72
closed
8 months ago
3
Add NewFromUint64
#352
agmt
closed
7 months ago
2
Issue using Decimal lib with mongo driver
#351
MarkPare
closed
9 months ago
2
Why is my var printing 0?
#350
kharabela
closed
9 months ago
3
Removing possible spaces creating from string.
#349
cydside
closed
9 months ago
2
Add more frequently used built-in variables like `Zero`
#348
Halimao
opened
9 months ago
4
RoundFloor & RoundCeil example on pkg.go.dev seems Wrong
#347
gummy789j
opened
9 months ago
1
feat: add Compare method which forwards calls to Cmp
#346
acln0
closed
10 months ago
0
Add Compare method to enable smoother generic programming against decimal.Decimal
#345
acln0
closed
10 months ago
1
[Fork] Marshal json fixed precisio
#344
Jdemon
closed
10 months ago
0
Wrong Example output in pkg.go.dev
#343
MurasakiNeko
closed
10 months ago
2
update deprecated comment for Equals and StringScaled
#342
falsaffa
closed
10 months ago
1
Fix examples for RoundDown, RoundFloor, RoundUp, and RoundCeil
#341
CAEL0
closed
10 months ago
0
Update Github Actions libraries to latest working version
#340
mwoss
closed
10 months ago
0
Add implementation of natural logarithm
#339
mwoss
closed
10 months ago
1
Next