An open API service indexing awesome lists of open source software.

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

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.