File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGES
22
3+ ## 4.0.0
4+
5+ * ` BigDecimal#divmod ` return value changed to ` [Integer, BigDecimal] ` [ GH-312 ]
6+
7+ ** @mrzasa **
8+
9+ * Remove ` BigDecimal#precs ` [ GH-470 ]
10+
11+ ** @tompng **
12+
13+ * BigMath now supports all functions defined in Math module [ GH-336 ] [ GH-357 ] [ GH-451 ] [ GH-448 ]
14+
15+ ** @tompng **
16+
17+ * Fix incorrect exception when exponent is fractional for Infinity base [ GH-453 ]
18+
19+ ** @troy-dunamu **
20+
21+ * Deprecate ` bigdecimal/jacobian ` , ` bigdecimal/ludcmp ` and ` bigdecimal/newton ` [ GH-471 ]
22+
23+ ** @tompng **
24+
325## 3.3.1
426
527* All BigMath methods converts non integer precision with to_int
Original file line number Diff line number Diff line change 3131#include "bits.h"
3232#include "static_assert.h"
3333
34- #define BIGDECIMAL_VERSION "3.3.1 "
34+ #define BIGDECIMAL_VERSION "4.0.0 "
3535
3636/* #define ENABLE_NUMERIC_STRING */
3737
You can’t perform that action at this time.
0 commit comments