Why I convert
string str=0,0001234567890;
float f=float.Parse(str);
f = 0,0001234568 ? I know that float have 7 significant figures but why last digit =8 no 7?
Why I convert
string str=0,0001234567890;
float f=float.Parse(str);
f = 0,0001234568 ? I know that float have 7 significant figures but why last digit =8 no 7?