universal
universal copied to clipboard
native posit serialization code
the posit operator<<() marshals its value through standard IEEE long double, thus limiting the accurate output of posit values that lie outside of the precision and dynamic range of IEEE long double.
we need a native serialization implementation to support arbitrary large posits. This will require an arbitrary precision float and its serialization.