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

Interface BigDecimalConstructor

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

interface BigDecimalConstructor {
    new BigDecimalConstructornew (n, scale?, mc?): BigDecimal;
    (n, scale?, mc?): BigDecimal;
}

Constructors

Constructors