CustomFloat.min_normal

struct CustomFloat(uint precision, uint exponentWidth, CustomFloatFlags flags, uint bias)
static @property
min_normal
()
if (
isCorrectCustomFloat(precision, exponentWidth, flags)
)

Return Value

smallest representable normalized value that's not 0

Meta