Change description of float('nan') feature; NaNs don't care much about
signs, and float('nan'), float('+nan') and float('-nan') actually all generate the exact same NaN value.
Showing
Please register or sign in to comment
signs, and float('nan'), float('+nan') and float('-nan') actually all generate the exact same NaN value.