Compare commits

..

3 Commits

Author SHA1 Message Date
3b126e7fa6 document type properties 2026-02-17 05:33:53 +03:00
40ba11f33c add basic constants 2026-02-17 05:33:53 +03:00
f0468502d8 add readme 2026-02-17 05:33:53 +03:00

View File

@ -1,6 +1,6 @@
# F8: 8-bit floats
> :warning: Not for production use!
> ⚠️ Not for production use!
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.