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+ ## 3.3.0
4+
5+ * Allow calling to_d without arguments [ GH-421 ]
6+
7+ ** @fsateler **
8+
9+ * Calculate BigMath.sin and cos in relative precision [ GH-422 ]
10+
11+ ** @tompng **
12+
13+ * Add support for tangent function [ GH-231 ]
14+
15+ ** @rhannequin **
16+
17+ * BigMath methods accepts numeric as an argument [ GH-415 ]
18+
19+ ** @tompng **
20+
21+ * Round result of sqrt and BigMath methods [ GH-427 ]
22+
23+ ** @tompng **
24+
325## 3.2.3
426
527* Allow BigDecimal accept Float without precision [ GH-314 ]
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.2.3 "
34+ #define BIGDECIMAL_VERSION "3.3.0 "
3535
3636/* #define ENABLE_NUMERIC_STRING */
3737
You can’t perform that action at this time.
0 commit comments