mirror of
https://github.com/MikeMcl/decimal.js.git
synced 2025-12-06 06:32:07 +00:00
Merge bb437da9e4 into 1a6e845004
This commit is contained in:
commit
31b3e73ad0
@ -4458,6 +4458,7 @@
|
|||||||
Decimal.tan = tan;
|
Decimal.tan = tan;
|
||||||
Decimal.tanh = tanh; // ES6
|
Decimal.tanh = tanh; // ES6
|
||||||
Decimal.trunc = trunc; // ES6
|
Decimal.trunc = trunc; // ES6
|
||||||
|
Decimal.zero = new Decimal(0);
|
||||||
|
|
||||||
if (obj === void 0) obj = {};
|
if (obj === void 0) obj = {};
|
||||||
if (obj) {
|
if (obj) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user