https://github.com/sunsetquest/bigcalculator
An online calculator for working with Big Numbers
https://github.com/sunsetquest/bigcalculator
Last synced: 4 months ago
JSON representation
An online calculator for working with Big Numbers
- Host: GitHub
- URL: https://github.com/sunsetquest/bigcalculator
- Owner: SunsetQuest
- License: mit
- Created: 2025-07-20T06:39:20.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-12-23T21:45:48.000Z (6 months ago)
- Last Synced: 2025-12-24T17:58:59.819Z (6 months ago)
- Language: HTML
- Size: 840 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# BigCalculator
A high-precision calculator application built with Blazor WebAssembly and the BigFloat library.
## About
BigCalculator provides accurate arbitrary-precision calculations with support for various number bases and advanced mathematical operations.
## Project Creation
This project was developed with assistance from Claude and ChatGPT, which helped with:
- Project setup and structure
- CI/CD configuration
- UI component design
- Integration with the BigFloat library
## Technologies Used
- [BigFloat Library](https://github.com/SunsetQuest/BigFloat) - High-precision floating-point arithmetic
- Blazor WebAssembly - For running calculations directly in the browser
- .NET 9 - Modern framework for building web applications
## License
This project is licensed under the MIT License - see the LICENSE file for details.