Return type of sign() is Decimal in d.ts
gterras opened this issue · 3 comments
gterras commented
Hi,
decimal.js/decimal.global.d.ts
Line 289 in 3dcadc7
But as per the docs :
.sign(x) ⇒ number
typeof Decimal.sign(new Decimal(1)) // "number"
MikeMcl commented
Corrected. Thank you.
gterras commented
Thanks a lot do you plan to tag a release soon ?
MikeMcl commented
Published v10.4.2.