1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2026-09-24 21:04:32 +00:00
This commit is contained in:
Michael Mclaughlin
2017-12-10 18:32:38 +00:00
parent fd668fea70
commit dbf681be4a
10 changed files with 39 additions and 29 deletions

4
decimal.d.ts vendored
View File

@@ -313,8 +313,8 @@ export declare class Decimal {
static tanh(n: DecimalValue): Decimal
static trunc(n: DecimalValue): Decimal
static readonly default: DecimalConstructor;
static readonly Decimal: DecimalConstructor;
static readonly default?: DecimalConstructor;
static readonly Decimal?: DecimalConstructor;
static readonly precision: number;
static readonly rounding: DecimalRounding;