CustomFloat.infinity

struct CustomFloat(uint precision, uint exponentWidth, CustomFloatFlags flags, uint bias)
static @property
static if(flags & Flags.infinity)
infinity
()
if (
isCorrectCustomFloat(precision, exponentWidth, flags)
)

Return Value

infinity value

Meta