UNPKG

cosmic-internal-jdk

Version:

KingScript: JDK1.8

10 lines (9 loc) 524 B
/// <reference path="../index.d.ts" /> export type BigDecimal = $.java.math.BigDecimal; export declare const BigDecimal: $.java.math.BigDecimalConstructor; export type BigInteger = $.java.math.BigInteger; export declare const BigInteger: $.java.math.BigIntegerConstructor; export type MathContext = $.java.math.MathContext; export declare const MathContext: $.java.math.MathContextConstructor; export declare const RoundingMode: typeof $.java.math.RoundingMode; export type RoundingMode = $.java.math.RoundingMode;