Math Functions: Enjoy improved accuracy when computing the arc cosine (acos) with reduced cancellation errors near x=1, enhancing your mathematical calculations.
Math Functions: Experience consistent behavior with Math.max and Math.min functions, now correctly handling negative zero, ensuring your comparisons are reliable.
BigInt Support: Utilize BigInt seamlessly alongside Decimal, allowing for more versatile number handling in your applications.
Improvements
TypeScript Support: Instantiate Decimal without the need for the 'new' keyword in TypeScript, simplifying your code and improving usability.
Others
Update the decimal.mjs file to reflect the latest changes in decimal.js, ensuring you have the most up-to-date functionality.