in reply to Re^6: NaNs are true
in thread NaNs are true
Possibilities include
- Using an external state (e.g. NULL pointer to the mpfr_t for uninitialised).
- Setting the value to zero on creation.
- Setting the value to a specific NaN that's unlikely to occur by other means on creation.