DoxigAlpha

Normalized

Fields of this type

Fields

#
exponent:Normalized.Exponent

This currently truncates denormal values, which needs to be fixed before this can be used to

Functions

#
reconstruct
This currently truncates denormal values, which needs to be fixed before this can be used to

= @Type(.{ .int = .{ .signedness = .unsigned, .bits = fractional_bits, } })

Values

#
Fraction
= @Type(.{ .int = .{ .signedness = .unsigned, .bits = fractional_bits, } })
Exponent
= @Type(.{ .int = .{ .signedness = .signed, .bits = 1 + exponent_bits, } })