I am planning to add a extension which has following features :
- BigInt (you can do +-*/% and everything that BigInt supports.)
- Decimal.js (custom sig fig, numbers > 1.79e308, maybe can replace BigInt too)
- other JS Math built-in func and const (pi, e, phi, omega, sqrt2, sqrt 0.5, max safe int etc)
I am planning to add a extension which has following features :