CustomFloat.max

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

Return Value

largest representable value that's not infinity

Meta