CustomFloat.re

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

Return Value

real part

Meta