mirror of
https://github.com/MikeMcl/decimal.js.git
synced 2024-10-27 20:34:12 +00:00
#209 Correct return type
This commit is contained in:
parent
3dcadc7351
commit
65e63cedc4
2
decimal.global.d.ts
vendored
2
decimal.global.d.ts
vendored
@ -286,7 +286,7 @@ export declare class Decimal {
|
||||
static random(significantDigits?: number): Decimal;
|
||||
static round(n: DecimalValue): Decimal;
|
||||
static set(object: DecimalConfig): DecimalConstructor;
|
||||
static sign(n: DecimalValue): Decimal;
|
||||
static sign(n: DecimalValue): number;
|
||||
static sin(n: DecimalValue): Decimal;
|
||||
static sinh(n: DecimalValue): Decimal;
|
||||
static sqrt(n: DecimalValue): Decimal;
|
||||
|
Loading…
Reference in New Issue
Block a user