This is a fully functioning scientific calculator written in flutter. It is optimized for the iPad dimensions and supports resizable windows. If you experience any technical bugs, submit them via the button in the settings. If you experience maleformed equations or even mathematical errors, please use the built-in bug report button.
demo.mp4
- Resizable
- Works on iOS, iPadOS, Web & (untested) Android
- Intuitive to use
- Lot's of functionality
- The factorial for decimal numbers is approximated by the gamma function from Srinivasa Ramanujanea.
- The precision is 64bits.
Either download the app from the appstore, or build the flutter project yourself.
- Clone the repo
flutter build ios
If you want to contribute, feel free!