Compare commits

..

4 Commits

Author SHA1 Message Date
5bc55414a3 fixup! add readme 2026-02-17 05:32:35 +03:00
493ef7e293 document type properties 2026-02-17 05:26:36 +03:00
f84c434a1c add basic constants 2026-02-17 03:58:22 +03:00
fe44566139 add readme 2026-02-17 03:57:51 +03:00

View File

@ -1,6 +1,6 @@
# F8: 8-bit floats # F8: 8-bit floats
> ⚠️ Not for production use! > :warning: Not for production use!
F8 is a toy software floating-point math library. F8 is a toy software floating-point math library.
It provides an 8-bit floating point type `F8`, with 5 mantissa bits, 3 exponent bits, and no sign bit. It provides an 8-bit floating point type `F8`, with 5 mantissa bits, 3 exponent bits, and no sign bit.