Mr. Calculator is a web application built with the Fresh framework (Deno runtime) that lets you perform calculations with extremely large numbers.
It uses the Big.js library for arbitrary-precision arithmetic, ensuring accurate results even for massive values.
- Arbitrary-precision arithmetic: Perform calculations beyond JavaScript’s number limitations using Big.js.
- User-friendly interface: Clean and intuitive design for seamless interaction.
- Lightweight & fast: Powered by the Fresh framework on Deno.
- Deno installed
deno task start
Then open: http://localhost:8000