* 10/03/2018 * 88 `toNearest` to return the nearest multiple in the direction of the rounding mode. * 82 91 `const` to `var`. * Add trigonometric precision limit explanantion to documentation. * Put global ts definitions in separate file (see *bignumber.js* 143).
9.0.1
* 15/12/2017 * 80 Typings: correct return type.
9.0.0
* 14/12/2017 * 78 Typings: remove `toFormat`.
8.0.0
* 10/12/2017 * Correct typings: `toFraction` returns `Decimal[]`. * Type-checking: add `Decimal.isDecimal` method. * Enable configuration reset with `defaults: true`. * Add named export, Decimal, to *decimal.mjs*.
7.5.1
* 03/12/2017 * Remove typo.
7.5.0
* 03/12/2017 * Use TypeScript declarations outside modules.