/ ----------------------------------------------------------------------------// Converts PDP11 float(two 16-bit words) into IEEE float// PDP11 and IEEE floats have same layout so can be mapped ontoOr just divide by 4.
/
这是我的小test.py: 2 from uncertainties import ufloat 4 6 x = [ufloat(x, 0.1) for x in x1] 8 plt.plot(x.n, np.arange我如何告诉python只绘制标称值,但仍然能够用ufloats的错误进行计算?我试过: