📖 These are the docs for an older version. View the latest BigDecimal.js documentation →

Interface MathContextConstructor

Type of the MC constructor function, which builds a MathContext and can be invoked with or without new.

interface MathContextConstructor {
    new MathContextConstructornew (precision, roundingMode?): MathContext;
    (precision, roundingMode?): MathContext;
}

Constructors

Constructors