CustomFloat.nan

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

Return Value

NaN value

Meta