Home
last modified time | relevance | path

Searched refs:DecimalRounding (Results 1 – 1 of 1) sorted by relevance

/third_party/decimal.js/
Ddecimal.global.d.ts39 export type Rounding = DecimalRounding;
52 type Rounding = DecimalRounding;
60 type DecimalRounding = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8; alias
61 type DecimalModulo = DecimalRounding | 9;
66 rounding?: DecimalRounding;
207 toBinary(significantDigits: number, rounding: DecimalRounding): string;
210 toDecimalPlaces(decimalPlaces: number, rounding: DecimalRounding): Decimal;
212 toDP(decimalPlaces: number, rounding: DecimalRounding): Decimal;
215 toExponential(decimalPlaces: number, rounding: DecimalRounding): string;
218 toFixed(decimalPlaces: number, rounding: DecimalRounding): string;
[all …]