-
Notifications
You must be signed in to change notification settings - Fork 79
Insights: ruby/bigdecimal
Overview
Could not load contribution data
Please try again later
3 Releases published by 2 people
17 Pull requests merged by 6 people
-
Remove BigDecimal_divremain(which has a bug) and use BigDecimal_DoDivmod instead
#351 merged
Jun 17, 2025 -
Ensure BigMath.sin and BigMath.cos to be within -1..1
#317 merged
Jun 17, 2025 -
Bump step-security/harden-runner from 2.12.0 to 2.12.1
#356 merged
Jun 17, 2025 -
Fix wrong converge check in VpSqrt
#353 merged
Jun 13, 2025 -
Fix precision of BigMath.sin(x,prec) and BigMath.cos(x,prec) for large x
#346 merged
Jun 10, 2025 -
Fix edgecase segfault of BigDecimal#remainder
#349 merged
Jun 10, 2025 -
Allow BigDecimal accept Float without precision
#314 merged
Jun 10, 2025 -
Fix typo in BigDecimal#scale comment
#348 merged
Jun 9, 2025 -
Fix BigMath.atan precision safe margin
#320 merged
Jun 8, 2025 -
Fix sign of bigdecimal**bigint
#341 merged
Jun 5, 2025 -
Make precision calculation in bigdecimal.div(value, 0) gc-compaction safe
#339 merged
Jun 4, 2025 -
Fix division precision limit
#335 merged
May 31, 2025 -
Enabled trusted publisher for rubygems.org
#333 merged
May 30, 2025 -
Fix division rounding
#330 merged
May 29, 2025 -
Integrate BigDecimal_div and BigDecimal_div2
#329 merged
May 29, 2025 -
Indent multiline call-seq comment
#311 merged
May 29, 2025 -
Use
Ractor#value
asRactor#take
is removed#327 merged
May 26, 2025
5 Pull requests opened by 1 person
-
Implement major math functions
#336 opened
Jun 1, 2025 -
Fix precision of bigdecimal.power(integer, prec)
#342 opened
Jun 5, 2025 -
Improve sqrt calculation
#343 opened
Jun 5, 2025 -
Reduce using ((*Real)x)->obj
#344 opened
Jun 8, 2025 -
Implement exp, log, power and ** in ruby
#347 opened
Jun 8, 2025
11 Issues closed by 4 people
-
Wrong remainder calculation
#350 closed
Jun 17, 2025 -
Wrong sqrt calculation
#338 closed
Jun 13, 2025 -
BigDecimal should accept a Float value without a precision
#213 closed
Jun 10, 2025 -
Nondeterministic failures on version 3.2.1
#337 closed
Jun 4, 2025 -
Different behavior than expected with commas
#308 closed
May 30, 2025 -
Make releasing process a GitHub workflow
#332 closed
May 30, 2025 -
BigDecimal latest issue with JRuby 9.4
#334 closed
May 30, 2025 -
Missing Java Platform Gem for 3.2.0
#331 closed
May 30, 2025 -
Difference in behavior with and without BigDecimal#dev 'digit' argument
#272 closed
May 29, 2025 -
Exponential growth in precision causing memory usage to spike as of 3.1.2
#222 closed
May 29, 2025 -
BigDecimal#div doesn't round correctly
#328 closed
May 29, 2025
5 Issues opened by 1 person
-
`BigDecimal(string, prec)` can allocate huge memory
#355 opened
Jun 13, 2025 -
BigDecimal#sqrt precision too high
#354 opened
Jun 13, 2025 -
Power low precision
#352 opened
Jun 11, 2025 -
BigDecimal#** shouldn't return Integer
#345 opened
Jun 8, 2025
9 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.
-
Rewrite BigDecimal#sqrt in ruby using Integer.sqrt
#323 commented on
Jun 18, 2025 • 2 new comments -
BigMath.tan
#81 commented on
May 29, 2025 • 0 new comments -
Development plan
#319 commented on
May 29, 2025 • 0 new comments -
Use RUBY_TYPED_EMBEDDABLE in BigDecimal
#293 commented on
Jun 5, 2025 • 0 new comments -
I would expect BigDecimal#divmod to return type [Int, BigDecimal] (like Integer#divmod, Float#divmod)
#262 commented on
Jun 10, 2025 • 0 new comments -
nil.to_d inconsistent (bigdecimal/util)
#276 commented on
Jun 12, 2025 • 0 new comments -
Add support for tangent function
#231 commented on
Jun 20, 2025 • 0 new comments -
Cast divmod quotient to int
#312 commented on
Jun 9, 2025 • 0 new comments -
Implement BigMath.tan
#321 commented on
Jun 18, 2025 • 0 new comments