The python doc on decimal about the clamp bit says:
A clamp value of 1 allows compatibility with the fixed-width decimal interchange formats specified in IEEE 754.
When clamp is 1, the exponent range is more limited. But what is the use case for that? Is there any example of this?