We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5319fd6 commit 0015d0fCopy full SHA for 0015d0f
README.md
@@ -9,6 +9,8 @@ Finally a number type that you can count with your fingers. Super Mario and Zeld
9
Comes in two flavours: `Float8` has 3 exponent bits and 4 fraction bits, `Float8_4` has 4 exponent bits and 3 fraction bits.
10
Both rely on conversion to Float32 to perform any arithmetic operation, similar to `Float16`.
11
12
+CAUTION: `Float8_4(::Float32)` currently contains a bug for subnormals.
13
+
14
# Example use
15
16
```julia
0 commit comments