Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / govalues/decimal issues and pull requests
#59 - Allow optional marshalling JSON without quotes
Issue -
State: open - Opened by olablt about 2 months ago
#58 - restore BCD functions as exported functions
Pull Request -
State: open - Opened by warrenguy about 2 months ago
#57 - bump major version for backwards-incompatible breaking change
Issue -
State: open - Opened by warrenguy about 2 months ago
- 2 comments
#56 - Implement Mean, Pow, Log2, Log10 methods
Pull Request -
State: closed - Opened by eapenkin about 2 months ago
#55 - How can I store decimal in a MongoDB document?
Issue -
State: open - Opened by trungdlp-wolffun 2 months ago
- 2 comments
#54 - decimal: impement Sum and Prod functions
Pull Request -
State: closed - Opened by eapenkin 3 months ago
- 2 comments
#53 - decimal: implement Log method
Pull Request -
State: closed - Opened by eapenkin 4 months ago
#51 - decimal: implement Equal, Less, SubMul, SubQuo methods
Pull Request -
State: closed - Opened by eapenkin 6 months ago
#50 - decimal: implement AddMul, AddQuo, Exp methods
Pull Request -
State: closed - Opened by eapenkin 6 months ago
#49 - Why the scale is a signed integer?
Issue -
State: closed - Opened by dgoalcantara 6 months ago
- 1 comment
#48 - Add panic version of common operations
Pull Request -
State: closed - Opened by dascapytal1559 7 months ago
- 3 comments
#47 - Sqrt and QuoRem performance
Pull Request -
State: closed - Opened by eapenkin 8 months ago
#46 - Sqrt-method
Pull Request -
State: closed - Opened by eapenkin 8 months ago
#45 - decimal: remove error from Pad method
Pull Request -
State: closed - Opened by eapenkin 9 months ago
#44 - No-padding-errors
Pull Request -
State: closed - Opened by eapenkin 9 months ago
#43 - decimal: implement binary marshaling
Pull Request -
State: closed - Opened by eapenkin 9 months ago
#42 - decimal: bump go version
Pull Request -
State: closed - Opened by eapenkin 10 months ago
#41 - Add gob support
Pull Request -
State: closed - Opened by dascapytal1559 10 months ago
- 5 comments
#40 - Add gob support
Pull Request -
State: closed - Opened by dascapytal1559 10 months ago
#39 - decimal: document JSON, XML, SQL, protobuf tips
Pull Request -
State: closed - Opened by eapenkin 12 months ago
- 1 comment
#38 - decimal: support MySQL in Decimal.Scan
Pull Request -
State: closed - Opened by eapenkin about 1 year ago
- 1 comment
#37 - decimal: improve documentation
Pull Request -
State: closed - Opened by eapenkin about 1 year ago
- 1 comment
#36 - decimal: optimize parsing performance for long strings
Pull Request -
State: closed - Opened by eapenkin about 1 year ago
- 1 comment
#35 - decimal: eliminate heap allocations in big.Int arithmetic
Pull Request -
State: closed - Opened by eapenkin about 1 year ago
- 1 comment
#34 - decimal: fix tables formatting
Pull Request -
State: closed - Opened by eapenkin about 1 year ago
- 1 comment
#33 - decimal: improve documentation and examples
Pull Request -
State: closed - Opened by eapenkin about 1 year ago
- 1 comment
#32 - decimal: implement SameScale and improve docs
Pull Request -
State: closed - Opened by eapenkin about 1 year ago
- 1 comment
#31 - decimal: improve documentation
Pull Request -
State: closed - Opened by eapenkin about 1 year ago
- 1 comment
#30 - decimal: improve test coverage, doc and examples
Pull Request -
State: closed - Opened by eapenkin about 1 year ago
- 1 comment
#29 - decimal: improve examples
Pull Request -
State: closed - Opened by eapenkin over 1 year ago
- 1 comment
#28 - decimal: improve examples and documentation
Pull Request -
State: closed - Opened by eapenkin over 1 year ago
- 1 comment
#27 - decimal: implement NullDecimal
Pull Request -
State: closed - Opened by eapenkin over 1 year ago
- 1 comment
#26 - decimal: improve Pow accuracy and review documentation
Pull Request -
State: closed - Opened by eapenkin over 1 year ago
- 1 comment
#25 - decimal: implement Decimal.Clamp, improve documentation
Pull Request -
State: closed - Opened by eapenkin over 1 year ago
- 1 comment
#24 - decimal: implement Inv, CmpAbs, SubAbs methods
Pull Request -
State: closed - Opened by eapenkin over 1 year ago
- 1 comment
#23 - decimal: review error descriptions
Pull Request -
State: closed - Opened by eapenkin over 1 year ago
- 1 comment
#22 - decimal: improve Decimal.Pow accuracy
Pull Request -
State: closed - Opened by eapenkin over 1 year ago
- 1 comment
#21 - decimal: enable gocyclo linter
Pull Request -
State: closed - Opened by eapenkin over 1 year ago
- 1 comment
#20 - decimal: enable gocyclo linter
Pull Request -
State: closed - Opened by eapenkin over 1 year ago
- 1 comment
#19 - decimal: implement Decimal.Scan, Decimal.Value methods
Pull Request -
State: closed - Opened by eapenkin over 1 year ago
- 1 comment
#18 - decimal: implement NewFromFloat64 method
Pull Request -
State: closed - Opened by eapenkin over 1 year ago
- 1 comment
#17 - decimal: implement NewFromInt64 method
Pull Request -
State: closed - Opened by eapenkin over 1 year ago
#16 - decimal: implement scale argument for Decimal.Int64 method
Pull Request -
State: closed - Opened by eapenkin over 1 year ago
#15 - decimal: validate scale argument
Pull Request -
State: closed - Opened by eapenkin over 1 year ago
#14 - decimal: validate scale argument
Pull Request -
State: closed - Opened by eapenkin over 1 year ago
- 1 comment
#13 - decimal: implement panic-free methods
Pull Request -
State: closed - Opened by eapenkin over 1 year ago
- 1 comment
#12 - decimal: fix testing on windows
Pull Request -
State: closed - Opened by eapenkin almost 2 years ago
- 1 comment
#11 - decimal: improve documentation and testing on windows and macos
Pull Request -
State: closed - Opened by eapenkin almost 2 years ago
#10 - decimal: implement Decimal.Int64 and Float64 methods
Pull Request -
State: closed - Opened by eapenkin almost 2 years ago
#9 - decimal: improve docs and ci
Pull Request -
State: closed - Opened by eapenkin almost 2 years ago
#8 - decimal: Implemented One and Zero
Pull Request -
State: closed - Opened by eapenkin almost 2 years ago
#7 - decimal: simplify Decimal.Quo method
Pull Request -
State: closed - Opened by eapenkin almost 2 years ago
#6 - Decimal copy sign method
Pull Request -
State: closed - Opened by eapenkin almost 2 years ago
#5 - decimal: implement ULP method and improve code coverage
Pull Request -
State: closed - Opened by eapenkin almost 2 years ago
#4 - decimal: update statistics and add examples
Pull Request -
State: closed - Opened by eapenkin almost 2 years ago
#3 - Decimal fuzzing
Pull Request -
State: closed - Opened by eapenkin almost 2 years ago
#2 - Ensuring that Quo always uses 38 digit precisions
Pull Request -
State: closed - Opened by eapenkin almost 2 years ago
- 1 comment
#1 - Implemented fused multiply-addition for Decimal
Pull Request -
State: closed - Opened by govalues almost 2 years ago