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 65e63ce commit 063e5fbCopy full SHA for 063e5fb
decimal.d.ts
@@ -265,7 +265,7 @@ export declare class Decimal {
265
static random(significantDigits?: number): Decimal;
266
static round(n: Decimal.Value): Decimal;
267
static set(object: Decimal.Config): Decimal.Constructor;
268
- static sign(n: Decimal.Value): Decimal;
+ static sign(n: Decimal.Value): number;
269
static sin(n: Decimal.Value): Decimal;
270
static sinh(n: Decimal.Value): Decimal;
271
static sqrt(n: Decimal.Value): Decimal;
0 commit comments