mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-07-28 18:25:16 +00:00
fixed description
This commit is contained in:
@@ -51,7 +51,7 @@ comptime {
|
||||
//
|
||||
// Try to make the float below negative:
|
||||
|
||||
/// IEEE 754 half precision float
|
||||
// IEEE 754 binary16 floating-point format
|
||||
const Float = packed union(u16) {
|
||||
value: f16,
|
||||
bits: packed struct(u16) {
|
||||
|
||||
Reference in New Issue
Block a user