Decimal: Enjoy a cleaner output when inspecting Decimal instances with the new custom util.inspect() function. This enhancement ensures that only the decimal value is displayed, making it easier to read and understand your objects.
Improvements
Decimal: Benefit from improved constructor functionality with added range checks for arguments of type number and Decimal. This ensures that your inputs are validated, leading to more reliable behavior.