is there support for different types of NaNs? I need to be able to store
dataset of real numbers. The data itself may contain NaN values, it is OK.
But there can be cells without data (which has not been calculated so far)
so I need to put some distinguishable value, but NaN is already used. We
are thinking about using 'NaN' with payload for that purpose, but we did
not try yet. So my question is if there is support for such types of NaN in
HDF5?
is there support for different types of NaNs? I need to be able to store
dataset of real numbers. The data itself may contain NaN values, it is
OK. But there can be cells without data (which has not been calculated
so far) so I need to put some distinguishable value, but NaN is already
used. We are thinking about using 'NaN' with payload for that purpose,
but we did not try yet. So my question is if there is support for such
types of NaN in HDF5?