1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
// // ma=1.585 mb=1.225 aa=1.425 ab=1.150 dAB=100 //a td=ma-mb B=aa-td printf("\n correct staff reading on B should be = %0.3f meters',B) //c e=ab-B printf("\n collimation error is %0.3f meters',e)