mirror of
https://github.com/MikeMcl/decimal.js.git
synced 2024-10-27 20:34:12 +00:00
parent
6016146ef7
commit
ba99e657d2
@ -4786,7 +4786,7 @@ function trunc(x) {
|
|||||||
|
|
||||||
|
|
||||||
// Create and configure initial Decimal constructor.
|
// Create and configure initial Decimal constructor.
|
||||||
export const Decimal = clone(DEFAULTS);
|
export var Decimal = clone(DEFAULTS);
|
||||||
|
|
||||||
// Create the internal constants from their string values.
|
// Create the internal constants from their string values.
|
||||||
LN10 = new Decimal(LN10);
|
LN10 = new Decimal(LN10);
|
||||||
|
Loading…
Reference in New Issue
Block a user