math.d.ts 520 B

123456789
  1. /// <reference path="../index.d.ts" />
  2. export declare type BigDecimal = $.java.math.BigDecimal;
  3. export declare const BigDecimal: $.java.math.BigDecimal_C;
  4. export declare type BigInteger = $.java.math.BigInteger;
  5. export declare const BigInteger: $.java.math.BigInteger_C;
  6. export declare type MathContext = $.java.math.MathContext;
  7. export declare const MathContext: $.java.math.MathContext_C;
  8. export declare type RoundingMode = $.java.math.RoundingMode;
  9. export declare const RoundingMode: typeof $.java.math.RoundingMode;