I want some help please ;
my value calculated it's not like on the online calculator or in in the calculator of my phone ,
for example My instruction of result is :
e_calculated = float((h * distance * height * d)/(fy * b * lang))
in my online application: e_calculated = 0.0025021276595744678
in the online calculator give me: [enter image description here][1] e_calculated = 0.0025021276595745
in my phone calculator :
e_calculated = 0.0025021276595
in a Scientific Calculator :
e_calculated = 0.00250212766
i want to know is it normal that every calculator has his round, and Among these, which one is correct? is it correct my value, without round(e_calculated = float((h * distance * height * d)/(fy * b * lang))) displayed in my in my online application: e_calculated = 0.0025021276595744678
Thanks in advance