mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
69380c60ce
commit
9ccfc78346
1 changed files with 1 additions and 1 deletions
|
@ -1618,7 +1618,7 @@ BigDecimal_divide(VALUE self, VALUE r, Real **c, Real **res, Real **div)
|
|||
/* For c = self.div(r): with round operation */
|
||||
{
|
||||
ENTER(5);
|
||||
Real *a, *b, *d;
|
||||
Real *a, *b;
|
||||
ssize_t a_prec, b_prec;
|
||||
size_t mx;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue