jcal710
Results
1
issues of
jcal710
I am trying to get a decimal number into a float. So I did this Y=fdiv(itof((int)14278),itof((int)10000)); Which should result in 1.4278. Instead I get 1.42779994. I know there is some...