Thrown when an arithmetic operation fails due to NaN, Infinity, Division by Zero, or other arithmetic errors.
Constructs a new ArithmeticError instance.
ArithmeticError
The error message.
The nest error (if any).
Optional
Static
Optional override for formatting stack traces
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Create .stack property on a target object
Thrown when an arithmetic operation fails due to NaN, Infinity, Division by Zero, or other arithmetic errors.