CustomFloat.epsilon

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

Return Value

smallest increment to the value 1

Meta