A web page explaining the extension of binary SI prefixes to fractional values.
frontend/
- Contains the main web page
index.html
- Main HTML page with the explanationstyle.css
- Custom stylingbackend/
- Simple HTTP server
index.ts
- Hono server to serve the frontendThis project explores extending the binary SI prefixes (kibi-, mebi-, gibi-, etc.) which are typically used for values ≥ 1, to also include fractional prefixes for values < 1. This creates a complete binary prefix system analogous to the decimal SI prefixes.
Standard (≥ 1):
Extended (< 1):
/api/calculate/{power}
for programmatic accessVisit the web page to explore the concept of extended binary prefixes. Use the interactive calculator to experiment with different powers of 2 and see how they would be represented in this extended system.