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