I am doing calculations with Python numpy. Here is a resulting numpy array:
[ 5.15054786e-11 5.15251385e-11 5.15262922e-11 ..., 5.21100674e-11
5.21097550e-11 5.21088179e-11]
Those are pretty tiny. At what point should I worry about underflow in my calculations? These need to be ultra-precise. Is there a definite value range to worry about, or perhaps a reference which states this value?