-
Notifications
You must be signed in to change notification settings - Fork 80
Insights: ruby/bigdecimal
Overview
-
- 11 Merged pull requests
- 2 Open pull requests
- 5 Closed issues
- 0 New issues
Could not load contribution data
Please try again later
11 Pull requests merged by 1 person
-
Remove unused "# define" macros
#382 merged
Jul 20, 2025 -
Implement exp, log, power and ** in ruby
#347 merged
Jul 19, 2025 -
Remove dead code and ineffective optimization path form VpDivd
#379 merged
Jul 17, 2025 -
Use minimum necessary division precision in BigDecimal_DoDivmod
#371 merged
Jul 17, 2025 -
Add RB_GC_GUARD to test-only methods
#378 merged
Jul 16, 2025 -
Fix VpDivd to fully use quotient array
#377 merged
Jul 16, 2025 -
VpDivd bugfix
#374 merged
Jul 15, 2025 -
Remove unused #define macros
#376 merged
Jul 15, 2025 -
Remove debug print
#375 merged
Jul 14, 2025 -
Fix wrong multiplying BASE_FIG in precision calculation
#372 merged
Jul 14, 2025 -
Add DECDIG=16bit CI workflow
#370 merged
Jul 14, 2025
2 Pull requests opened by 1 person
-
Calculate division and multiplication with Ruby's Integer for large precision
#380 opened
Jul 17, 2025 -
Rewrite BigDecimal#sqrt in ruby with improved Newton's method
#381 opened
Jul 18, 2025
5 Issues closed by 2 people
-
BigMath.exp is slow for large argument.
#82 closed
Jul 19, 2025 -
BigDecimal#** shouldn't return Integer
#345 closed
Jul 19, 2025 -
Power low precision
#352 closed
Jul 19, 2025 -
Support large integral exponent in BigDecimal#power and BigDecimal#**
#83 closed
Jul 19, 2025 -
BigDecimal.mode is not thread-safely
#373 closed
Jul 14, 2025
4 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
`BigDecimal(string, prec)` can allocate huge memory
#355 commented on
Jul 19, 2025 • 0 new comments -
Rewrite BigDecimal#sqrt in ruby using Integer.sqrt
#323 commented on
Jul 18, 2025 • 0 new comments -
Implement BigDecimal#_decimal_shift for internal use
#324 commented on
Jul 19, 2025 • 0 new comments -
Implement major math functions
#336 commented on
Jul 19, 2025 • 0 new comments