Skip to content

Commit 0015d0f

Browse files
author
Milan K
authored
Update README.md
1 parent 5319fd6 commit 0015d0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Finally a number type that you can count with your fingers. Super Mario and Zeld
99
Comes in two flavours: `Float8` has 3 exponent bits and 4 fraction bits, `Float8_4` has 4 exponent bits and 3 fraction bits.
1010
Both rely on conversion to Float32 to perform any arithmetic operation, similar to `Float16`.
1111

12+
CAUTION: `Float8_4(::Float32)` currently contains a bug for subnormals.
13+
1214
# Example use
1315

1416
```julia

0 commit comments

Comments
 (0)