https://github.com/devinsterling/basedfx
Eeducational tool for number bases
https://github.com/devinsterling/basedfx
application bases computer-science education java javafx math
Last synced: 3 months ago
JSON representation
Eeducational tool for number bases
- Host: GitHub
- URL: https://github.com/devinsterling/basedfx
- Owner: DevinSterling
- License: gpl-3.0
- Created: 2023-10-27T19:20:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-28T19:34:52.000Z (over 1 year ago)
- Last Synced: 2023-10-28T20:27:22.732Z (over 1 year ago)
- Topics: application, bases, computer-science, education, java, javafx, math
- Language: Java
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BasedFX
Educational tool about the different existing number base systems.
## Features
- Bases `2` through `36` supported.
- Calculate different bases simultaneously.
- Calculate and convert _**very**_ large numbers between different bases.
- Reset calculations to `0`.
- Bulk add/remove entries for a specific base.
- Dynamic calculations on input change.## Screenshots
### Performing a binary calculation
### Calculating different bases
> Compiling requires Java 21