As follow-up work to the previously added unsigned library support, other potentially useful operations include:
* unsigned conversions to and from float/double
* max/min
Comments
The earlier unsigned API includes
static int compareUnsigned���(int x, int y)
from which min/max could be constructed. For unsigned int values, converting the result of
static long toUnsignedLong���(int x)
to float/double would be equivalent to a direct unsigned conversion to float/double.
Closing as will not fix; will consider reopening if presented with more evidence of the utility of the suggested methods.