BigDecimal – JavaScript Polyfill for proposed Decimal data type
1–10 of 19 posts
Re: BigDecimal – JavaScript Polyfill for proposed Decimal data type
#2Re: BigDecimal – JavaScript Polyfill for proposed Decimal data type
#3as I said before, V8 + dynamic language + better math support = perfect environment for many applications out there
Re: BigDecimal – JavaScript Polyfill for proposed Decimal data type
#4JS urgently needs support for decimals and thus be able to establish in sectors such as scientific and financial. as I said before, V8 + dynamic language + better math support = perfect environment for many applications out there
JS needs operator overloading so that it can have decimals, rationals, ndarrays, automatic differentiation, etc. Unfortunately operator overloading is a dirty word for most of the webblubs who use JS. I've given up hope of that ever changing.
Re: BigDecimal – JavaScript Polyfill for proposed Decimal data type
#5I’m curious how much diff there is with the existing BigDecimal packages (big.js & family). Their APIs look very similar, unsurprisingly. It would be great if a lot of existing code is already mostly compatible.
Re: BigDecimal – JavaScript Polyfill for proposed Decimal data type
#6JS urgently needs support for decimals and thus be able to establish in sectors such as scientific and financial. as I said before, V8 + dynamic language + better math support = perfect environment for many applications out there
Decimal shouldn't be part of the interpreter. Even Python doesn't do that. JS needs operator overloading so that it can have decimals, rationals, ndarrays, automatic differentiation, etc. Unfortunately operator overloading is a dirty word for most of the webblubs who use JS. I've given up hope of that ever changing.
Re: BigDecimal – JavaScript Polyfill for proposed Decimal data type
#7JS urgently needs support for decimals and thus be able to establish in sectors such as scientific and financial. as I said before, V8 + dynamic language + better math support = perfect environment for many applications out there
These are not fatal flaws, IMO, just gaps in need of attention.
Re: BigDecimal – JavaScript Polyfill for proposed Decimal data type
#8JS urgently needs support for decimals and thus be able to establish in sectors such as scientific and financial. as I said before, V8 + dynamic language + better math support = perfect environment for many applications out there
Re: BigDecimal – JavaScript Polyfill for proposed Decimal data type
#9Here are the options in .net 5:
https://docs.microsoft.com/en-us/dotnet/api/system.midpointr...
Re: BigDecimal – JavaScript Polyfill for proposed Decimal data type
#10JS urgently needs support for decimals and thus be able to establish in sectors such as scientific and financial. as I said before, V8 + dynamic language + better math support = perfect environment for many applications out there