CustomFloat.max_10_exp

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

Return Value

Type: int

maximum int value such that 10<sup>max_10_exp</sup> is representable

Meta