We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dcadc7 commit 65e63ceCopy full SHA for 65e63ce
decimal.global.d.ts
@@ -286,7 +286,7 @@ export declare class Decimal {
286
static random(significantDigits?: number): Decimal;
287
static round(n: DecimalValue): Decimal;
288
static set(object: DecimalConfig): DecimalConstructor;
289
- static sign(n: DecimalValue): Decimal;
+ static sign(n: DecimalValue): number;
290
static sin(n: DecimalValue): Decimal;
291
static sinh(n: DecimalValue): Decimal;
292
static sqrt(n: DecimalValue): Decimal;
0 commit comments